#490 Fixed test echos :--DDD

This commit is contained in:
8n-tech 2015-05-01 20:32:59 +10:00
parent e965f31855
commit 073dc9e54a

View File

@ -2404,9 +2404,6 @@ function markup(&$body, $track_cites = false, $op = false) {
$tagsOpen = $paragraph;
}
echo $tagsOpen;
echo "<hr />";
// If tags are open, do not close it.
if (!$tagsOpen) {
$bodyNew .= "</p>";