Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SyntaxHighlighter
SyntaxHighlighter
0
Comments
default.php line 63 replace with:
$hlString = preg_replace("/\[code( lang=\"([A-Za-z\+#]+)\")?\]/",
from
$hlString = preg_replace("/\[code( lang=\"([A-Za-z]+)\")?\]/",
I added + and # to the mix