[RSS Feed/News] Heading bb-code does not round-trip as expected

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
If you enter the bb-code;
Code:

[B][HEADING=1]1[/HEADING][/B]

And then toggle bb-code mode on & off, this causes a newline to be inserted before the heading. This is because of the following HTML being generated;
Code:

<p><strong><h2>1</h2><p></strong></p>

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom