Forgot to get rid of an echo
This commit is contained in:
parent
a66aa9e30e
commit
0bd5682fba
1 changed files with 0 additions and 2 deletions
|
|
@ -2282,8 +2282,6 @@ class MarkdownExtra_Parser extends Markdown_Parser {
|
|||
$id = "";
|
||||
$classes = preg_split("/[ ]+/", $header_Attr);
|
||||
}
|
||||
|
||||
echo($classes);
|
||||
foreach ($classes as &$class) {
|
||||
$class = preg_replace("/\./", "", $class);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue