diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 7f4ca71..8cebe76 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -42,7 +42,7 @@ endif; ?> - + diff --git a/tpl/page.php b/tpl/page.php index d8166ea..7c2139f 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -21,7 +21,7 @@ if ($SYNTAXHIGHLIGHTING): endif; ?> - + #', + '##', function ($matches) { - if (array_key_exists($matches[1], Helper::$hashes)) { - return ''; } else { return $matches[0];