summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 20:50:19 +0000
committerivan <ivan>2008-01-13 20:50:19 +0000
commitec73e6774dd54d085d836f7da2ae772d2cfefee2 (patch)
treeb04678f92723499f19a694a614b799ba5223b7ee /httemplate
parentf9938915b0df2609f41c24d761d607595d5d0a34 (diff)
stale leftovers from XSSmas
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/errorpage.html2
-rwxr-xr-xhttemplate/elements/tr-select-reason.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html
index 17b0dcf62..76a0bf32e 100644
--- a/httemplate/elements/errorpage.html
+++ b/httemplate/elements/errorpage.html
@@ -2,7 +2,7 @@
% while (@_) {
-<P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
+<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
%}
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>