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.
Vanilla Syntaxizer
Vanilla Syntaxizer
0
Comments
--- default.php.orig 2010-07-14 10:36:45.000000000 +0200 +++ default.php 2010-07-14 10:36:56.000000000 +0200 @@ -22,7 +22,7 @@ { echo '<script type="text/javascript"> function updateSyntaxHighlight(){ - $("#Discussion .Comment .Body code").each(function(){ + $(".Message code").each(function(){ var codeClass = "sh_"+$(this).attr(\'class\'); var codeText = $(this).html(); codeText = codeText.replace(/<br \/>/g, "\n");
" and "\n" stuff: http://pastebin.com/YSu3PGNH