Composer.Widget: Avoid confusing xgettext with a verbatim string
This commit is contained in:
parent
0c1c7c11b1
commit
8a5ea12069
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue