Enclose MIME type in single quotes in the error message
This commit is contained in:
parent
d30f7776a2
commit
cea8294a18
1 changed files with 1 additions and 1 deletions
|
@ -1689,7 +1689,7 @@ midori_view_set_uri (MidoriView* view,
|
||||||
"<body><h1>%s</h1>"
|
"<body><h1>%s</h1>"
|
||||||
"<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
|
"<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
|
||||||
"style=\"position: absolute; right: 15px; bottom: 15px;\">"
|
"style=\"position: absolute; right: 15px; bottom: 15px;\">"
|
||||||
"<p />The document %s of type %s cannot be displayed."
|
"<p />The document %s of type '%s' cannot be displayed."
|
||||||
"</body></html>",
|
"</body></html>",
|
||||||
title, title, view->uri, view->mime_type);
|
title, title, view->uri, view->mime_type);
|
||||||
g_free (title);
|
g_free (title);
|
||||||
|
|
Loading…
Reference in a new issue