Commit 0888748d0cd36282906acfe7735c424752e27ca3
1 parent
4bee4a22
Merged in from STABLE trunk.
KTS-3744
"When having filename as '?\195?\130?\194?\180`&;!.~$()=[]^@-_{}?\195?\130?\194?\176?\195?\130?\194?\186?\195?\130?\194?\169?\195?\130?\194?\186?\195?\130?\194?\170?\195?\162?\194?\153?\194?\170?\195?\130?\194?\191?\195?\162?\194?\140?\194?\144?\195?\130?\194?\172?\195?\130?\194?\189?\195?\130?\194?\188?\195?\130?\194?\190?\195?\130?\194?\177?\195?\130?\194?\161?\195?\162?\194?\153?\194?\130?\195?\130?\194?\163?\195?\130?\194?\165?\195?\162?\194?\130?\194?\167 ?\195?\130?\194?\171?\195?\130?\194?\187#.doc"
Fixed. Changed sanitize to sanitize_input.
Committed by: Megan Watson
Reviewed by: Conrad Vermeulen
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9424 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/fieldsets/generic.smarty
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | <table class="metadatatable" cellspacing="0" cellpadding="5"> |
| 9 | 9 | <tr class="even first"> |
| 10 | 10 | <th>{i18n}Document Filename{/i18n}</th> |
| 11 | - <td>{$filename|wordwrap:40:"\n":false|sanitize} ({$context->_sizeHelper($document->getSize())})</td> | |
| 11 | + <td>{$filename|wordwrap:40:"\n":false|sanitize_input} ({$context->_sizeHelper($document->getSize())})</td> | |
| 12 | 12 | </tr> |
| 13 | 13 | |
| 14 | 14 | <tr class="odd"> | ... | ... |