mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
removed fallback old code
This commit is contained in:
parent
e2deee8fc8
commit
66a16a406e
1 changed files with 0 additions and 5 deletions
|
@ -19,12 +19,7 @@
|
|||
echo "</div>";
|
||||
echo "<h2>Zubereitung</h2>";
|
||||
$parsedown = new Parsedown;
|
||||
// var_dump($recipe->Beschreibung);
|
||||
echo $parsedown->text($recipe->Beschreibung);
|
||||
// foreach(explode("\r\n", $recipe->Beschreibung) as $paragraph){
|
||||
// echo "<p>$paragraph</p>";
|
||||
// }
|
||||
|
||||
?>
|
||||
<div id="editingMenu"></div>
|
||||
<div id="editingMenuOpen">
|
||||
|
|
Loading…
Reference in a new issue