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/chocolat-cacahuete.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/chocolat-cacahuete.html')
-rw-r--r-- | public/dessert/chocolat-cacahuete.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/public/dessert/chocolat-cacahuete.html b/public/dessert/chocolat-cacahuete.html index 2809505..8d1c9e8 100644 --- a/public/dessert/chocolat-cacahuete.html +++ b/public/dessert/chocolat-cacahuete.html @@ -14,12 +14,12 @@ <h1>Ingrédients</h1> <ul> - <li>peanut butter</li> - <li>frozen mix of berries (blueberry, blackberry, strawberry etc)</li> - <li>coconut flakes</li> - <li>99% chocolate</li> - <li>butter</li> - <li>stevia</li> + <li>peanut butter + <li>frozen mix of berries (blueberry, blackberry, strawberry etc) + <li>coconut flakes + <li>99% chocolate + <li>butter + <li>stevia </ul> <h1>Recette</h1> @@ -27,9 +27,9 @@ <p>In a glass:</p> <ol> - <li>Add ~2tbps of peanut butter (100%, organic)</li> - <li>Add a bit of melted butter to it, to make it more creamy</li> - <li>Add a few tablespoons of berries and coconut flakes and stevia (you can experiment with the proportions)</li> - <li>Crush/mix this stuff together</li> - <li>Melt a couple of pieces of chocolate in butter, also add stevia to this and pour it over the mixture</li> + <li>Add ~2tbps of peanut butter (100%, organic) + <li>Add a bit of melted butter to it, to make it more creamy + <li>Add a few tablespoons of berries and coconut flakes and stevia (you can experiment with the proportions) + <li>Crush/mix this stuff together + <li>Melt a couple of pieces of chocolate in butter, also add stevia to this and pour it over the mixture </ol> |