diff options
author | ivan <ivan> | 2008-01-13 20:50:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-13 20:50:19 +0000 |
commit | ec73e6774dd54d085d836f7da2ae772d2cfefee2 (patch) | |
tree | b04678f92723499f19a694a614b799ba5223b7ee /httemplate/elements/tr-select-reason.html | |
parent | f9938915b0df2609f41c24d761d607595d5d0a34 (diff) |
stale leftovers from XSSmas
Diffstat (limited to 'httemplate/elements/tr-select-reason.html')
-rwxr-xr-x | httemplate/elements/tr-select-reason.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index 2639a9d5c..4051e7d20 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -86,7 +86,7 @@ <TD ALIGN="right"> <P id="new<% $id %>Label" style="display:<% $display %>">New Reason</P> </TD> - <TD><INPUT id="new<% $id %>" name="new<% $name %>" type="text" value="<% $init_newreason %>" "<% $disabled %>" style="display:<% $display %>"></TD> + <TD><INPUT id="new<% $id %>" name="new<% $name %>" type="text" value="<% $init_newreason |h %>" "<% $disabled %>" style="display:<% $display %>"></TD> </TR> <%init> |