minor changes

This commit is contained in:
coderaiser 2013-02-28 13:59:45 -05:00
parent 34e0a93aaf
commit 294343a3cf
3 changed files with 6 additions and 6 deletions

View file

@ -176,7 +176,7 @@
if( !Util.isContainStr(lType, 'img') )
lContentEncoding = '; charset=UTF-8';
if( Util.strCmp(p.query, 'download') )
if( Util.isContainStr(p.query, 'download') )
lType = 'application/octet-stream';