Revision History for "Fixing the SyntaxHighlighter 3.0.83 Parser Bug"
- 2011-Feb-20 22:00 MST
- Made the following two changes to get page to pass w3c validation:
- Converted angle brackets to HTML entities.
- Removed "CSS valid" image link. (The SyntaxHighlighter CSS file is not valid css.)
- Removed Unicode byte order mark (BOM) which somehow managed to sneak in to these files.
- 2011-Feb-16 17:00 MST
- Added another related bug report.
- Minor change to new regex. Changed == to === and != to !==.
- Added sentence describing what the new parser function does when none of the regexes match precisely at the current position.
- Removed revision info from page title.
- 2011-Feb-07 17:00 MST
- Added one more bug example (Error 5).
- 2011-Feb-07 14:00 MDT