From 16f5b89319d2f2b409b307dcdc2aaa901e2be7fd Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 31 Jul 2011 08:11:44 +0000 Subject: clean attachment filenames, #13843 --- httemplate/view/cust_main/attachments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view') 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 %> -  <% $attach->filename %> +  <% $attach->filename |h %> -  <% $attach->title %> +  <% $attach->title |h %> -  <% $attach->mime_type %> +  <% $attach->mime_type |h %>  <% size_units( $attach->size ) %> -- cgit v1.2.1