summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-07-31 08:11:44 +0000
committermark <mark>2011-07-31 08:11:44 +0000
commit16f5b89319d2f2b409b307dcdc2aaa901e2be7fd (patch)
tree371ef61ab9663284ddf1f54f09a901a81627a099 /httemplate/view
parent949dc94f84492f7ab96fb7333177898611a2cf9a (diff)
clean attachment filenames, #13843
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/attachments.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/attachments.html b/httemplate/view/cust_main/attachments.html
index 1ad857e47..d51d82645 100755
--- a/httemplate/view/cust_main/attachments.html
+++ b/httemplate/view/cust_main/attachments.html
@@ -86,12 +86,12 @@
&nbsp;<% $attach->usernum ? $attach->access_user->name : $attach->otaker %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- &nbsp;<% $attach->filename %>
+ &nbsp;<% $attach->filename |h %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- &nbsp;<% $attach->title %>
+ &nbsp;<% $attach->title |h %>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- &nbsp;<% $attach->mime_type %>
+ &nbsp;<% $attach->mime_type |h %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
&nbsp;<% size_units( $attach->size ) %>