[freeside-commits] freeside/httemplate/view/cust_main attachments.html, 1.5, 1.5.4.1
Mark Wells
mark at wavetail.420.am
Sun Jul 31 01:11:37 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv4181/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.5
retrieving revision 1.5.4.1
diff -u -w -d -r1.5 -r1.5.4.1
--- attachments.html 31 Mar 2010 07:35:47 -0000 1.5
+++ attachments.html 31 Jul 2011 08:11:35 -0000 1.5.4.1
@@ -85,12 +85,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