markdown : remove empty <p></p> sections

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1483 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-06-25 12:04:12 +00:00
parent 197c9de161
commit 13624b195c

View File

@@ -38,6 +38,7 @@ class markdown
$res = $this->paragraph ($mark); $res = $this->paragraph ($mark);
$res = str_replace ("<p></p>", "", $res);
return $res; return $res;
} }