You are here

constant SYNTAXHIGHLGHTER_TAG_STRING in Syntax Highlighter 7.2

Same name and namespace in other branches
  1. 6.2 syntaxhighlighter.module \SYNTAXHIGHLGHTER_TAG_STRING

Use a completely none sense word for replacement when filtering so there is absolutely no chance this will conflict with something in content text

2 uses of SYNTAXHIGHLGHTER_TAG_STRING
_syntaxhighlighter_do_filter_prepare in ./syntaxhighlighter.module
Escape the content text in preparation for filtering:
_syntaxhighlighter_do_filter_process in ./syntaxhighlighter.module
Revert back to <pre> tag

File

./syntaxhighlighter.module, line 33
Syntax highlight code using the Syntaxhighlighter javascript library. See http://alexgorbatchev.com/wiki/SyntaxHighlighter

Code

define('SYNTAXHIGHLGHTER_TAG_STRING', '-_sYnTaXhIgHlIgHtEr_-');