XenForo
Administrative
- Thread starter
- Admin
- #1
Suppose you have; the text;
Code:
Which has the html;
HTML:
Then on line 2 you insert a spoiler/code/ispoiler/icode/<some raw bb-code here>, then the editor will have this html;
HTML:
Note; the invisible
The problem looks to be somewhere inside...
Read more
ادامه مطلب...
Code:
Code:
1
3
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
ادامه مطلب...