diff options
author | Joris | 2021-01-09 18:42:01 +0100 |
---|---|---|
committer | Joris | 2021-01-09 18:42:01 +0100 |
commit | 95c53df62bd42090f5b4b7a14806d28c19e693ac (patch) | |
tree | c700e84837a1795c8fab561133ebca2762d781cb /public/dessert/fondant-au-chocolat.html | |
parent | 1f5c2d43433ead3cd97df198e7281be8ac78e38b (diff) |
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/fondant-au-chocolat.html')
-rw-r--r-- | public/dessert/fondant-au-chocolat.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/public/dessert/fondant-au-chocolat.html b/public/dessert/fondant-au-chocolat.html index 3ce5de7..0a1de2d 100644 --- a/public/dessert/fondant-au-chocolat.html +++ b/public/dessert/fondant-au-chocolat.html @@ -14,22 +14,22 @@ <h1>Ingrédients</h1> <ul> - <li><span class="number">125</span> g de chocolat noir</li> - <li><span class="number">125</span> g de beurre</li> - <li><span class="number">125</span> g de sucre semoule</li> - <li><span class="number">3</span> œufs</li> - <li><span class="number">1</span> cc de Maïzena</li> - <li>sel</li> + <li><span class="number">125</span> g de chocolat noir + <li><span class="number">125</span> g de beurre + <li><span class="number">125</span> g de sucre semoule + <li><span class="number">3</span> œufs + <li><span class="number">1</span> cc de Maïzena + <li>sel </ul> <h1>Recette</h1> <ol> - <li>Mettre à fondre le chocolat avec le beurre.</li> + <li>Mettre à fondre le chocolat avec le beurre. <li>Mélanger les jaunes d’œufs et le sucre, puis y incorporer la Maïzena lorsque - le mélange devient mousseux.</li> - <li>Mélanger les deux préparations ensemble.</li> + le mélange devient mousseux. + <li>Mélanger les deux préparations ensemble. <li>Battre les blancs en neige avec du sel, puis les incorporer doucement au - mélange.</li> - <li>Cuire à 180°C.</li> + mélange. + <li>Cuire à 180°C. </ol> |