Browse Source

fix markdown class

pull/96/head
Aaron Parecki 6 years ago
parent
commit
31c0380321
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/markdown.php

+ 2
- 2
lib/markdown.php View File

@ -1718,7 +1718,7 @@ class MarkdownExtra_Parser extends Markdown_Parser {
"doAbbreviations" => 70, "doAbbreviations" => 70,
); );
parent::Markdown_Parser();
parent::__construct();
} }
@ -2950,4 +2950,4 @@ negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage. software, even if advised of the possibility of such damage.
*/ */
?>
?>

Loading…
Cancel
Save