try raw encode title

This commit is contained in:
wlx 2013-05-09 16:50:11 +00:00
parent dd2a992086
commit df2cf12784
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class ServiceController extends Zend_Controller_Action
} else if (preg_match("/Firefox/", $ua)) {
//$dispostion;
} else {
$dispostion = 'attachment; filename='.urlencode($row['title']).'.doc';
$dispostion = 'attachment; filename='.$row['title'].'.doc';
}
$content.=$xslt->transformToXML($dom);