diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index b8710006dca..679f04d9a6e 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -686,14 +686,14 @@ void HelpPluginPrivate::showContextHelp(const QString &contextHelpId)
// No link found or no context object
showInHelpViewer(QUrl(Help::Constants::AboutBlank), viewer);
viewer->setHtml(QString("
%1"
- "
"
- "%3
"
- "%5"
+ "
"
+ "%4
"
+ "%5"
"")
.arg(HelpPlugin::tr("No Documentation"))
+ .arg(creatorTheme()->color(Theme::BackgroundColorNormal).name())
.arg(creatorTheme()->color(Theme::TextColorNormal).name())
.arg(contextHelpId)
- .arg(creatorTheme()->color(Theme::TextColorNormal).name())
.arg(HelpPlugin::tr("No documentation available.")));
} else {
showInHelpViewer(source, viewer); // triggers loadFinished which triggers id highlighting