ZF-9496: Unable to specify a custom tag with no closing tag
Issue Type:
Bug
Created:
2010-03-21T07:27:35.000+0000
Last Updated:
2012-11-20T21:37:39.000+0000
Status:
Open
Fix version(s):
Reporter:
Chris Antoine (cantoine)
Assignee:
None
Tags:
Zend_Markup
Related issues:
Attachments:
Description
Comments
Posted by Pieter Kokx (kokx) on 2010-03-21T07:33:12.000+0000
The problem here is that there is no method to modify the protected Zend_Markup_Parser_Bbcode::$_tags member. There should be addMarkup($tagname, $type, $info) and removeMarkup($tagname) methods added to modify it.
Comments
Posted by Pieter Kokx (kokx) on 2010-03-21T07:33:12.000+0000
The problem here is that there is no method to modify the protected Zend_Markup_Parser_Bbcode::$_tags member. There should be addMarkup($tagname, $type, $info) and removeMarkup($tagname) methods added to modify it.