summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-01-13 20:50:24 +0000
committerivan <ivan>2008-01-13 20:50:24 +0000
commit3d7f98ef055d07d16512fb9bebe76f44da68eb56 (patch)
treeef2ecb3a1b7feab3b307777b01a309f4b9004558
parenta95b10c0c3ccee4e34c3bd0680e5ee2a4becdee6 (diff)
stale leftovers from XSSmas
-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 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>