ZF-11558: Zend_Markup_token error
Description
On line 291 of file Zend/Markup/Parser/Textile.php there is an error
'type' => Zend_Markup_token::TYPE_TAG,
it would be
'type' => Zend_Markup_Token::TYPE_TAG,
On line 291 of file Zend/Markup/Parser/Textile.php there is an error
'type' => Zend_Markup_token::TYPE_TAG,
it would be
'type' => Zend_Markup_Token::TYPE_TAG,
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-07-24T13:19:16.000+0000
Duplicates of ZF-11478.