mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
[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:
parent
53555f2199
commit
bf5471f4de
4 changed files with 22 additions and 22 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue