try raw encode title
This commit is contained in:
parent
dd2a992086
commit
df2cf12784
|
@ -342,7 +342,7 @@ class ServiceController extends Zend_Controller_Action
|
||||||
} else if (preg_match("/Firefox/", $ua)) {
|
} else if (preg_match("/Firefox/", $ua)) {
|
||||||
//$dispostion;
|
//$dispostion;
|
||||||
} else {
|
} else {
|
||||||
$dispostion = 'attachment; filename='.urlencode($row['title']).'.doc';
|
$dispostion = 'attachment; filename='.$row['title'].'.doc';
|
||||||
}
|
}
|
||||||
|
|
||||||
$content.=$xslt->transformToXML($dom);
|
$content.=$xslt->transformToXML($dom);
|
||||||
|
|
Loading…
Reference in New Issue