diff options
| author | ivan <ivan> | 2008-01-13 20:50:24 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 20:50:24 +0000 |
| commit | 3d7f98ef055d07d16512fb9bebe76f44da68eb56 (patch) | |
| tree | ef2ecb3a1b7feab3b307777b01a309f4b9004558 /httemplate/elements/tr-select-reason.html | |
| parent | a95b10c0c3ccee4e34c3bd0680e5ee2a4becdee6 (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 42cd3d5bb..c12962ee2 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -87,7 +87,7 @@ <TD ALIGN="right"> <P id="new<% $name %>Label" style="display:<% $display %>">New Reason</P> </TD> - <TD><INPUT id="new<% $name %>" name="new<% $name %>" type="text" value="<% $init_newreason %>" disabled="<% $disabled %>" style="display:<% $display %>"></TD> + <TD><INPUT id="new<% $name %>" name="new<% $name %>" type="text" value="<% $init_newreason |h %>" disabled="<% $disabled %>" style="display:<% $display %>"></TD> </TR> <%init> |
