- Fixed typo. git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24265 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -288,7 +288,7 @@ class Zend_Markup_Parser_Textile implements Zend_Markup_Parser_ParserInterface
$this->_temp = array(
'tag' => '',
'name' => 'p',
- 'type' => Zend_Markup_token::TYPE_TAG,
+ 'type' => Zend_Markup_Token::TYPE_TAG,
'attributes' => array()
);
} else {