diff --git a/cont/recipe.php b/cont/recipe.php index 0352292..89acb1d 100644 --- a/cont/recipe.php +++ b/cont/recipe.php @@ -18,8 +18,10 @@ } echo ""; echo "

Zubereitung

"; + echo "
"; $parsedown = new Parsedown; echo $parsedown->text($recipe->Beschreibung); + echo "
"; ?>