We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Threads like this are triggering several alerts on loading. The alerts say:
SyntaxHighlighter Can't find brush for: Java
Looking in generated HTML, there is the tag:
<pre lang="Java" class="brush:Java">
same in Safari and Chrome. osX 10.9
I can confirm for OS X 10.10 on Chrome, Firefox, and Safari. Pretty annoying
I've already explained and fixed it in another thread: http://forum.processing.org/two/discussion/comment/42317/#Comment_42317
Either use CTRL+O or <pre lang=processing>! =;
<pre lang=processing>
Anyway is this expected behaviour for an unknown HTML tag? All this alerts? Perhaps it could just fail silently.
Somehow he's doing the <pre lang></pre> wrongly like the other guy I've had it fixed for him!
<pre lang></pre>
I still getting the alerts though...
I said I've fixed from this post: http://forum.processing.org/two/discussion/comment/42317/#Comment_42317
Ok sorry, no alerts there. thanks
Just fixed thread: http://forum.processing.org/two/discussion/10855/paint-program It had 4 wrong <pre lang="Java"> tags. Replaced them w/ <pre lang=processing> I guess the language name gotta be in lowercase! :-\"
<pre lang="Java">
Thanks for pointing out how to fix it :)
just fixed another 10 or so in one thread
Comments
I can confirm for OS X 10.10 on Chrome, Firefox, and Safari. Pretty annoying
I've already explained and fixed it in another thread:
http://forum.processing.org/two/discussion/comment/42317/#Comment_42317
Either use CTRL+O or
<pre lang=processing>
! =;Anyway is this expected behaviour for an unknown HTML tag? All this alerts? Perhaps it could just fail silently.
Somehow he's doing the
<pre lang></pre>
wrongly like the other guy I've had it fixed for him!I still getting the alerts though...
I said I've fixed from this post: http://forum.processing.org/two/discussion/comment/42317/#Comment_42317
Ok sorry, no alerts there. thanks
Just fixed thread: http://forum.processing.org/two/discussion/10855/paint-program
It had 4 wrong
<pre lang="Java">
tags. Replaced them w/<pre lang=processing>
I guess the language name gotta be in lowercase! :-\"
Thanks for pointing out how to fix it :)
just fixed another 10 or so in one thread