Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options
    TimTim Operations 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.