replace DESC with DESCR

This commit is contained in:
Thomas Rubini 2023-01-25 22:49:58 +01:00
parent fd879d4671
commit dc9465495a
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -11,7 +11,7 @@ $O_recipe = $A_view["RECIPE"];
<h1><?= $O_recipe->S_NAME ?></h1>
<p><?= $O_recipe->I_TIME ?>&nbsp;—&nbsp;<?= $O_recipe->O_DIFFICULTY->S_NAME ?></p>
</header>
<p><?= $O_recipe->S_DESC ?></p>
<p><?= $O_recipe->S_DESCR ?></p>
</section>
<section class="ingredientsRecette">