[Koha-bugs] [Bug 12192] New: Template toolkit code in HTML attributes is picked up into po-files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 6 07:17:40 CEST 2014


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: koha-bugs at lists.koha-community.org
          Reporter: pasi.kallinen at pttk.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

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.


More information about the Koha-bugs mailing list