http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12192
Bug ID: 12192
Summary: Template toolkit code in HTML attributes is picked up
into po-files
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: I18N/L10N
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
If TT code is used in title, alt, value, label, etc. attribute, the code is
picked up into the po-files as-is, instead of replacing it with a placeholder.
For example:
<a href="[% url %]" title="Remove facet [% facet.facet_link_value | html
%]">x</a>
shows up in the po-files as:
msgid "Remove facet [% facet.facet_link_value | html %]"
--
You are receiving this mail because:
You are the assignee for the bug.
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/