stale leftovers from XSSmas
authorivan <ivan>
Sun, 13 Jan 2008 20:50:19 +0000 (20:50 +0000)
committerivan <ivan>
Sun, 13 Jan 2008 20:50:19 +0000 (20:50 +0000)
httemplate/elements/errorpage.html
httemplate/elements/tr-select-reason.html

index 17b0dcf..76a0bf3 100644 (file)
@@ -2,7 +2,7 @@
 
 % while (@_) {
 
-<P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
+<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
 
 %}
 
index 2639a9d..4051e7d 100755 (executable)
@@ -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>