aboutsummaryrefslogtreecommitdiff
path: root/public/dessert/creme-au-chocolat.html
diff options
context:
space:
mode:
authorJoris2021-01-09 18:42:01 +0100
committerJoris2021-01-09 18:42:01 +0100
commit95c53df62bd42090f5b4b7a14806d28c19e693ac (patch)
treec700e84837a1795c8fab561133ebca2762d781cb /public/dessert/creme-au-chocolat.html
parent1f5c2d43433ead3cd97df198e7281be8ac78e38b (diff)
downloadcooking-95c53df62bd42090f5b4b7a14806d28c19e693ac.tar.gz
cooking-95c53df62bd42090f5b4b7a14806d28c19e693ac.tar.bz2
cooking-95c53df62bd42090f5b4b7a14806d28c19e693ac.zip
Remove ending li tags
> An li element's end tag may be omitted if the li element is immediately > followed by another li element or if there is no more content in the > parent element. https://html.spec.whatwg.org/multipage/syntax.html#optional-tags
Diffstat (limited to 'public/dessert/creme-au-chocolat.html')
-rw-r--r--public/dessert/creme-au-chocolat.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/public/dessert/creme-au-chocolat.html b/public/dessert/creme-au-chocolat.html
index 043fb54..1f88926 100644
--- a/public/dessert/creme-au-chocolat.html
+++ b/public/dessert/creme-au-chocolat.html
@@ -14,19 +14,19 @@
<h1 id="ingredients">Ingrédients</h1>
<ul>
- <li><span class="number">120</span> g de chocolat</li>
- <li><span class="number">750</span> cl de lait</li>
- <li><span class="number">65</span> g de sucre</li>
- <li><span class="number">4</span> CS de Maïzena</li>
- <li><span class="number">2</span> jaunes d’œufs</li>
+ <li><span class="number">120</span> g de chocolat
+ <li><span class="number">750</span> cl de lait
+ <li><span class="number">65</span> g de sucre
+ <li><span class="number">4</span> CS de Maïzena
+ <li><span class="number">2</span> jaunes d’œufs
</ul>
<h1>Recette</h1>
<ol>
- <li>Faire fondre le chocolat dans le lait.</li>
- <li>Ajouter le sucre, attendre qu’il soit dissout.</li>
+ <li>Faire fondre le chocolat dans le lait.
+ <li>Ajouter le sucre, attendre qu’il soit dissout.
<li>Mélanger, dans un bol, la Maïzena et les jaunes d’œufs et verser dans le
- chocolat.</li>
- <li>Remuer sans arrêt.</li>
+ chocolat.
+ <li>Remuer sans arrêt.
</ol>