My b2evolution Version: 3.3.1
In previous versions, if I selected a line of text and clicked on one of the buttons, the text would've been sourounded with the appropriate HTML tag.
So if I selected "Edgar" and hit the "li" button, <li>Edgar</li> would've been the output.
In the latest version, I only get the beginning tag. this is for all buttons, li, ul, link, etc.
Can we fix it please?
Well, it's not a 3.3.1 bug because when I write Edgar and hit a formatting button I get <li>Edgar</li> or <strong>Edgar</strong> or <em>Edgar</em> or <p>EdgarEdgar</p>
I'm not sure what's the reason for your problem though.