Aaron Parecki
7 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
2 additions and
2 deletions
-
lib/markdown.php
|
|
@ -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.
|
|
|
|
#
|
|
|
|