forked from qt-creator/qt-creator
Use double quotes instead of single quotes as per our guidelines.
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -172,7 +172,7 @@ void HelpViewer::setSource(const QUrl &url)
|
||||
: 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></html>")
|
||||
"<br/><h3>\"%1\"</h3></div></body></html>")
|
||||
.arg(url.toString()));
|
||||
|
||||
emit loadFinished(true);
|
||||
|
||||
Reference in New Issue
Block a user