Merge branch 'extra' into lib

This commit is contained in:
Michel Fortin 2013-04-07 15:11:15 -04:00
commit 3ffc75e7c0

View file

@ -129,7 +129,7 @@ class Markdown {
$this->titles = $this->predef_titles;
$this->html_hashes = array();
$in_anchor = false;
$this->in_anchor = false;
}
protected function teardown() {