try
This commit is contained in:
parent
df2cf12784
commit
81d22f6475
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue