summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-07-31 08:11:35 +0000
committermark <mark>2011-07-31 08:11:35 +0000
commitdcc698164f1f2b43a32b5503716fc7329c203714 (patch)
tree9d03a81a8d450fe7400f203a96060fc30923bc50 /httemplate/view
parent873ec8e0528b7a944aec88936538fe9a04cd0b3f (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 bdd4f5917..718cf7688 100755
--- a/httemplate/view/cust_main/attachments.html
+++ b/httemplate/view/cust_main/attachments.html
@@ -85,12 +85,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 ) %>