[Koha-bugs] [Bug 8937] New: Translation process removes CDATA in HTML

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 17 11:06:19 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8937

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8937
          Assignee: gmcharlt at gmail.com
           Summary: Translation process removes CDATA in HTML
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: fridolyn.somers at biblibre.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Architecture, internals, and plumbing
           Product: Koha

The translation process seams to manage CDATA tags in JS but not in HTML
directly.
This exists in RSS feed 'opac-opensearch.tt' : 
  <description><![CDATA[ Search results [% IF ( query_desc ) %]for '[%
query_desc |html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[%
limit_desc |html %]'[% END %] at [% LibraryName |html %]]]></description>
is translated in fr-FR :
  <description> Search results [% IF ( query_desc ) %]for '[% query_desc |html
%]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc |html %]'[%
END %] at [% LibraryName |html %]</description>

This is another cause of bug 8936.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list