Talk/SyntaxHighlighter/Configuration
From Alex Gorbatchev
Not sure if this is classified as a bug but I cannot get the site to validate.
This what I get in the foot of my page Source:
<span class="comment"><!-- End Footer --></span>
<<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">'text/javascript' </span><span class="attribute-name">src</span>=<span class="attribute-value">'http://thenetweb.co.uk/plugins/system/easysyntaxhighlighter/scripts/shCore.js'</span>></<span class="end-tag">script</span>><<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">'text/javascript'</span>> SyntaxHighlighter.config.clipboardSwf = 'http://thenetweb.co.uk/plugins/system/easysyntaxhighlighter/scripts/clipboard.swf'; SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all();</<span class="end-tag">ScripT</span>> </<span class="end-tag">body</span>></<span class="end-tag">html</span>>
The WC3 errors are:
Validation Output: 3 Errors
1. Error Line 601, Column 33: end tag for element "ScripT" which is not open
SyntaxHighlighter.all();</ScripT>
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry. 2. Error Line 602, Column 7: end tag for "script" omitted, but OMITTAG NO was specified
</body>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". 3. Info Line 598: start tag was here
><script type='text/javascript'>
4. Error Line 601, Column 33: XML Parsing Error: Opening and ending tag mismatch: script line 598 and ScripT
SyntaxHighlighter.all();</ScripT>