com web/doc: Fix Parsedown for PHP 7: include/Parsedown.php
[email protected] (Christoph Michael Becker) Fri, 12 Jul 2019 14:49:37 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Commit: 61e52a420433d3d0cd4502c6b7c833cc37ea532b=0AAuthor: Christoph = M. Becker <[email protected]> Fri, 12 Jul 2019 16:49:37 +0200=0APar= ents: 5f1c2fb6cecc21b904ccc2d1739cc245b0f3efbc=0ABranches: master=0A=0AL= ink: http://git.php.net/?p=3Dweb/doc.git;a=3Dcommitdiff;h=3D61e52a420= 433d3d0cd4502c6b7c833cc37ea532b=0A=0ALog:=0AFix Parsedown for PHP 7=0A=0AWe= should actually consider to update this library.=0A=0AChanged paths:=0A M= include/Parsedown.php=0A=0A=0ADiff:=0Adiff --git a/include/Parsedown.php = b/include/Parsedown.php=0Aindex c0eb7c3..7e34540 100644=0A--- a/include/Par= sedown.php=0A+++ b/include/Parsedown.php=0A@@ -891,7 +891,7 @@ class Parsed= own=0A =0A if (isset($Element['handler']))=0A {=0A-= $markup .=3D $this->$Element['handler']($Element['text']);= =0A+ $markup .=3D $this->{$Element['handler']}($Element['tex= t']);=0A }=0A else=0A {=0A