Skip to content
Snippets Groups Projects
Commit 70dea6e5 authored by Robert Loehning's avatar Robert Loehning
Browse files

HTML fix


Change-Id: I056709aa000c8d65039b6177ff0466c9c84362b4
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent b3c63795
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ void HelpViewer::setSource(const QUrl &url) ...@@ -173,7 +173,7 @@ void HelpViewer::setSource(const QUrl &url)
: HelpViewer::tr("<html><head><meta http-equiv=\"" : HelpViewer::tr("<html><head><meta http-equiv=\""
"content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>" "content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>"
"</head><body><div align=\"center\"><br/><br/><h1>The page could not be found</h1>" "</head><body><div align=\"center\"><br/><br/><h1>The page could not be found</h1>"
"<br/><h3>'%1'</h3></div></body>") "<br/><h3>'%1'</h3></div></body></html>")
.arg(url.toString())); .arg(url.toString()));
emit loadFinished(true); emit loadFinished(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment