Wrong initialization of the in_anchor member variable.
This commit is contained in:
parent
14f771ae37
commit
1d33f217f8
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class Markdown_Parser {
|
|||
$this->titles = $this->predef_titles;
|
||||
$this->html_hashes = array();
|
||||
|
||||
$in_anchor = false;
|
||||
$this->in_anchor = false;
|
||||
}
|
||||
|
||||
function teardown() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue