Browse Source

fix markdown class for new php

pull/96/head
Aaron Parecki 6 years ago
parent
commit
e5f88779f1
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/markdown.php

+ 2
- 2
lib/markdown.php View File

@ -239,7 +239,7 @@ class Markdown_Parser {
var $predef_titles = array();
function Markdown_Parser() {
function __construct() {
#
# Constructor function. Initialize appropriate member variables.
#
@ -1692,7 +1692,7 @@ class MarkdownExtra_Parser extends Markdown_Parser {
var $predef_abbr = array();
function MarkdownExtra_Parser() {
function __construct() {
#
# Constructor function. Initialize the parser object.
#

Loading…
Cancel
Save