trevorturk/eldorado

BBcode list problem

Closed this issue · 1 comments

There seems to be a problem when writing some BBcode (this example, in a forum topic).

When writing the following:

[list]
[*] item 1
[*] item 2
[/list]

.. I should get:

<ul>
<li>item 1</li>
<li>item 2</li>
</ul>

.. but instead I get:

<ul>
[*] item 1<br>
[*] item 2<br>
</ul>

I suppose this would be a problem with the bbcode plugin being used. I'd suggest swapping that out for something else more advanced...? Sorry, but I'm not doing much work on El Dorado anymore, so I'm going to close this out for now. Good luck in trying to find a fix!