From f5e65148ace51060f739fce4c26b772d09f35ba6 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 21 Dec 2010 08:31:07 +1300 Subject: [PATCH] Bug 4473: Making a change to TmplTokenizer.pm to stop translation error --- misc/translator/TmplTokenizer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/translator/TmplTokenizer.pm b/misc/translator/TmplTokenizer.pm index 12076e6b0d..5c4f28ba5c 100644 --- a/misc/translator/TmplTokenizer.pm +++ b/misc/translator/TmplTokenizer.pm @@ -528,8 +528,8 @@ sub _next_token_intermediate { $it = $this->_next_token_internal($h); if (defined $it && $it->type == TmplTokenType::TAG) { if ($it->string =~ /^<(script|style|textarea)\b/is || - ($this->filename =~ /opensearch/ && $it->string =~ /^<(description)\b/) # FIXME special case to handle - # a CDATA in opac-opensearch.tmpl + ($this->filename =~ /(opensearch)|(opac-showreviews-rss)/ && $it->string =~ /^<(description)\b/) # FIXME special case to handle + # a CDATA in opac-opensearch.tmpl and opac-showreviews-rss.tmpl ) { $this->_set_cdata_mode( 1 ); $this->_set_cdata_close( "" ); -- 2.39.2