[freeside-commits] freeside/httemplate/view/cust_main attachments.html, 1.7, 1.8
Mark Wells
mark at wavetail.420.am
Sun Jul 31 01:11:53 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv4328/httemplate/view/cust_main
Modified Files:
attachments.html
Log Message:
clean attachment filenames, #13843
Index: attachments.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/attachments.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- attachments.html 18 May 2011 01:03:14 -0000 1.7
+++ attachments.html 31 Jul 2011 08:11:51 -0000 1.8
@@ -86,12 +86,12 @@
<% $attach->usernum ? $attach->access_user->name : $attach->otaker %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- <% $attach->filename %>
+ <% $attach->filename |h %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- <% $attach->title %>
+ <% $attach->title |h %>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- <% $attach->mime_type %>
+ <% $attach->mime_type |h %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
<% size_units( $attach->size ) %>
More information about the freeside-commits
mailing list