ZF-6967: error.phtml uses short tags..
Description
It creates a file like this...
<?= $this->message ?>
<? if ('development' == APPLICATION_ENV): ?>Exception information:
Message: <?= $this->exception->getMessage() ?>
Stack trace:
<?= $this->exception->getTraceAsString() ?>
Request Parameters:
<? var_dump($this->request->getParams()) ?><? endif ?>
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-09T15:08:07.000+0000
It seems to be duplicate of ZF-6889.