1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

fix indents

This commit is contained in:
Emanuil Rusev 2014-09-22 02:52:45 +03:00
parent 59c77e706b
commit f64c1387f8

View File

@ -66,7 +66,7 @@ class Parsedown
return $this;
}
private $markupEscaped;
private $markupEscaped;
function setMarkupEscaped($markupEscaped)
{