diff options
author | mark <mark> | 2011-07-31 08:11:51 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-31 08:11:51 +0000 |
commit | ecacdc093c236a548e819406dbbd56067ec352e4 (patch) | |
tree | e304739c91a800e9dfb258f01e7292e016dd008a /httemplate/view/cust_main | |
parent | 8540e77a4e36da552b518c13200e07570182676b (diff) |
clean attachment filenames, #13843
Diffstat (limited to 'httemplate/view/cust_main')
-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 1ad857e47..d51d82645 100755 --- a/httemplate/view/cust_main/attachments.html +++ b/httemplate/view/cust_main/attachments.html @@ -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 ) %> |