Bug: Vanilla Forms (BBCode?) code block inserting unnecessary semicolons…

The BBCode code blocks are inserting semicolons after and inside of various (HTML only?) code chunks.

For instance, here is a code block in which I did NOT add a semicolon at the end:
<img src="http://website.com/someImage.jpg">;
And here’s one where I did NOT add a semicolon in the middle of the code:
<img src="http://website.com/someImage.jpg"; alt="Description">
Is there any (easy) way to fix this?

Comments

  • Annoying! I'll look into it. I think this is a bug with the plugin we are using for BBCode :(