[Bb-trac] [bbPress] #795: posts re-saved with non-ending html tags are improperly handled

bbPress bb-trac at lists.bbpress.org
Tue Feb 26 18:39:28 GMT 2008


#795: posts re-saved with non-ending html tags are improperly handled
----------------------+-----------------------------------------------------
 Reporter:  _ck_      |       Owner:     
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:     
Component:  Back-end  |     Version:     
 Severity:  major     |    Keywords:     
----------------------+-----------------------------------------------------
 Some html tags are re-encoded into html entities by bbpress when posts are
 edited and re-saved.

 For example, if you put a  {{{ <br> or <hr> }}}  into a post (with those
 tags in the allowed list) and then save it, the first time it's stored
 correctly and displayed corrected - while bbPress formats them to xhtml
 ie. {{{ <br /> or <hr /> }}}

 But the next time you edit the post and re-save, bbpress will turn the
 tags into html entities and they no longer function as tags.

 ie. {{{ &lt; br /&gt; or &lt; hr /&gt; }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/795>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list