HTML improvement

Change-Id: I95e2628e28a48ad05bb2230aa7089dd45f615a74
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Robert Loehning
2013-02-08 18:28:07 +01:00
parent 1b78dcca22
commit 59216c270f

View File

@@ -172,8 +172,8 @@ void HelpViewer::setSource(const QUrl &url)
? HelpViewer::tr("<title>about:blank</title>")
: HelpViewer::tr("<html><head><meta http-equiv=\""
"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>"
"<br><h3>'%1'</h3></div></body>")
"</head><body><div align=\"center\"><br/><br/><h1>The page could not be found</h1>"
"<br/><h3>'%1'</h3></div></body>")
.arg(url.toString()));
emit loadFinished(true);