Browse Source

Merge branch 'master' of github.com:aaronpk/Quill

pull/96/head
Aaron Parecki 6 years ago
parent
commit
389ab2a152
No known key found for this signature in database GPG Key ID: 276C2817346D6056
  1. 4
      lib/markdown.php

4
lib/markdown.php

@ -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