Wrong initialization of the in_anchor member variable.

This commit is contained in:
Michel Fortin 2013-04-07 15:07:40 -04:00
parent 14f771ae37
commit 1d33f217f8

View file

@ -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() {