diff --git a/Classes/Fusion/Implementation.php b/Classes/Fusion/Implementation.php index 4bad572..636009c 100644 --- a/Classes/Fusion/Implementation.php +++ b/Classes/Fusion/Implementation.php @@ -117,8 +117,9 @@ public function evaluate() switch ($this->getType()) { case 'html': - $html = mb_convert_encoding($this->getContent(), 'HTML-ENTITIES', "UTF-8"); + $html = '
' . mb_convert_encoding($this->getContent(), 'HTML-ENTITIES', "UTF-8") . '
'; $result = $syllable->hyphenateHtml($html); + $result = substr(trim($result), 5, -6); break; case 'test': // Break missing intendedly