Problem with the code tag.

ShmizzleShmizzle New
edited October 2010 in Vanilla 2.0 - 2.8
For example:

<img src="http://www.google.com/blah">
<a href="http://www.google.com">Google</a>
<blockquote rel="null">null</blockquote> becomes:

<blockquote rel="null">null</blockquote>

(Note that the last one doesn't appear that way in the preview).
Tagged:

Comments

  • TimTim Vanilla Staff
    edited October 2010
    The BlockQuote thing happens because Quotes plugin uses < blockquote≥ for backwards compatibility.

    As for the code tag behaving badly with links, that's because we have auto linking enabled, whereby any links automatically become hyperlinks. Seems like a bug.

    Vanilla Forums COO [GitHub, Twitter, About.me]

Sign In or Register to comment.