diff options
| author | mark <mark> | 2011-07-31 08:11:44 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-07-31 08:11:44 +0000 |
| commit | 16f5b89319d2f2b409b307dcdc2aaa901e2be7fd (patch) | |
| tree | 371ef61ab9663284ddf1f54f09a901a81627a099 /httemplate/view | |
| parent | 949dc94f84492f7ab96fb7333177898611a2cf9a (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 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 ) %> |
