[3.13] Docs HTML: Remove self-closing tags (GH-132220) (#132228)

(cherry picked from commit ce724571b3)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2025-04-08 00:06:06 +03:00 committed by GitHub
parent 53555f2199
commit bf5471f4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 22 deletions

View file

@ -36,7 +36,7 @@ msg.add_alternative("""\
recette
</a> sera sûrement un très bon repas.
</p>
<img src="cid:{asparagus_cid}" />
<img src="cid:{asparagus_cid}">
</body>
</html>
""".format(asparagus_cid=asparagus_cid[1:-1]), subtype='html')