[RSS Feed/News] Editor inserting raw bb-code does not trim trailing <br> tags inside <p>

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Suppose you have; the text;
Code:

Code:
1

3
Which has the html;
HTML:

Code:
<p>1</p>
<p><br></p>
<p>3</p>

Then on line 2 you insert a spoiler/code/ispoiler/icode/<some raw bb-code here>, then the editor will have this html;
HTML:

Code:
<p>1</p>
<p>[ code ][ /code ]<br></p>
<p>3</p>

Note; the invisible <br> is still there at the end of line, which results in weird editor behaviour essentially if you have a lot of these added.

The problem looks to be somewhere inside...

Read more

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