diff options
author | mark <mark> | 2011-07-31 08:11:35 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-31 08:11:35 +0000 |
commit | dcc698164f1f2b43a32b5503716fc7329c203714 (patch) | |
tree | 9d03a81a8d450fe7400f203a96060fc30923bc50 /httemplate/view | |
parent | 873ec8e0528b7a944aec88936538fe9a04cd0b3f (diff) |
clean attachment filenames, #13843
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main/attachments.html | 6 |
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 @@ <% $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 ) %> |