XF 2.0 bbcode <br> spam....

koa

Member
Trying to make some bbcode functionality using the Simple bbcode editor, and when trying to, I get a lot of <br> spam...

aRzlzJb.png


Here's how I'm setting it:

qc0pFS8.png


Each element that requires the table has its own bbcode...

Code:
[table]
[thead]
[tr]
    [th] Col [/th]
    [th] Col  2 [/th]
[/tr]
[/thead]
[tbody]
[tr]
    [td] Value 1 [/td]
    [td] Value 2 [/td]
[/tr]
[tr]
    [td] Value 1 [/td]
    [td] Value 2 [/td]
[/tr]
[tr]
    [td] Value 1 [/td]
    [td] Value 2 [/td]
[/tr]
[tr]
    [td] Value 1 [/td]
    [td] Value 2 [/td]
[/tr]
[/tbody]
[/table]

How can I stop the br spam that appears? Seems like it only happens from above the table.
 
Last edited:
Back
Top Bottom