Composer.Widget: Avoid confusing xgettext with a verbatim string

This commit is contained in:
Michael Gratton 2020-08-18 18:08:05 +10:00
parent 0c1c7c11b1
commit 8a5ea12069

View file

@ -846,7 +846,7 @@ public class Composer.Widget : Gtk.EventBox, Geary.BaseInterface {
if (message.has_html_body()) {
body = message.get_html_body(null);
body_complete = body.contains(
"""id="%s"""".printf(WebView.BODY_HTML_ID)
"id=\"%s\"".printf(WebView.BODY_HTML_ID)
);
} else {
body = message.get_plain_body(true, null);