http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8937
Priority: P5 - low
Change sponsored?: ---
Bug ID: 8937
Assignee: [email protected]
Summary: Translation process removes CDATA in HTML
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/