[freeside-commits] freeside/httemplate/elements tr-select-reason.html, 1.8, 1.9 errorpage.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 12:50:22 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv5917

Modified Files:
	tr-select-reason.html errorpage.html 
Log Message:
stale leftovers from XSSmas

Index: errorpage.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/errorpage.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- errorpage.html	16 Dec 2007 22:40:01 -0000	1.3
+++ errorpage.html	13 Jan 2008 20:50:19 -0000	1.4
@@ -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: tr-select-reason.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-reason.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tr-select-reason.html	18 Dec 2007 22:41:07 -0000	1.8
+++ tr-select-reason.html	13 Jan 2008 20:50:19 -0000	1.9
@@ -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>



More information about the freeside-commits mailing list