Kaydet (Commit) 1ba3e6da authored tarafından R David Murray's avatar R David Murray

#24277: Fix some incorrect backslashes in email example.

üst bf24dfa0
...@@ -30,13 +30,13 @@ msg.add_alternative("""\ ...@@ -30,13 +30,13 @@ msg.add_alternative("""\
<html> <html>
<head></head> <head></head>
<body> <body>
<p>Salut!<\p> <p>Salut!</p>
<p>Cela ressemble à un excellent <p>Cela ressemble à un excellent
<a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718> <a href="http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718>
recipie recipie
</a> déjeuner. </a> déjeuner.
</p> </p>
<img src="cid:{asparagus_cid}" \> <img src="cid:{asparagus_cid}" />
</body> </body>
</html> </html>
""".format(asparagus_cid=asparagus_cid[1:-1]), subtype='html') """.format(asparagus_cid=asparagus_cid[1:-1]), subtype='html')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment