Skip to content

Commit

Permalink
Fix syntax highlight class name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Apr 2, 2015
1 parent 5afe9c5 commit fa629eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/static/js/syntaxhighlighter.js
Expand Up @@ -41,7 +41,7 @@ $(function () {
strip_delimiters = /((?:q[qw]?)?.)([A-Za-z0-9\:]+)(.*)/
;

code = code.replace(/(<code class="p(?:er)?l keyword">(?:with|extends|use<\/code> <code class="p(?:el)?l plain">(?:parent|base|aliased))\s*<\/code>\s*<code class="p(?:er)?l string">)(.+?)(<\/code>)/g, function(m,prefix,pkg,suffix)
code = code.replace(/(<code class="p(?:er)?l keyword">(?:with|extends|use<\/code> <code class="p(?:er)?l plain">(?:parent|base|aliased))\s*<\/code>\s*<code class="p(?:er)?l string">)(.+?)(<\/code>)/g, function(m,prefix,pkg,suffix)
{
var match = null,
mcpan_url
Expand Down

0 comments on commit fa629eb

Please sign in to comment.