replace DESC with DESCR
This commit is contained in:
parent
fd879d4671
commit
dc9465495a
@ -11,7 +11,7 @@ $O_recipe = $A_view["RECIPE"];
|
||||
<h1><?= $O_recipe->S_NAME ?></h1>
|
||||
<p><?= $O_recipe->I_TIME ?> — <?= $O_recipe->O_DIFFICULTY->S_NAME ?></p>
|
||||
</header>
|
||||
<p><?= $O_recipe->S_DESC ?></p>
|
||||
<p><?= $O_recipe->S_DESCR ?></p>
|
||||
</section>
|
||||
|
||||
<section class="ingredientsRecette">
|
||||
|
Loading…
Reference in New Issue
Block a user