This commit is contained in:
wlx 2013-05-09 16:52:05 +00:00
parent df2cf12784
commit 81d22f6475
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='.$row['title'].'.doc';
$dispostion = 'attachment; filename="'.$row['title'].'.doc"';
}
$content.=$xslt->transformToXML($dom);