Changeset 3004 for trunk


Ignore:
Timestamp:
May 16, 2010, 11:56:26 PM (14 years ago)
Author:
andersk
Message:

Don’t double-escape the helppopup subject.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/functions.mako

    r2792 r3004  
    5151<%def name="helppopup(subj)">
    5252## Return HTML code for a (?) link to a specified help topic
    53 <span class="helplink"><a href="help?simple=true;subject=${subj | u}" target="_blank" onclick="return helppopup(${subj | u,jquote})">(?)</a></span>
     53<span class="helplink"><a href="help?simple=true;subject=${subj | u}" target="_blank" onclick="return helppopup(${subj | jquote})">(?)</a></span>
    5454</%def>
Note: See TracChangeset for help on using the changeset viewer.