diff --git a/src/lib/data/html/config.html b/src/lib/data/html/config.html
index 8365666f2..e0102f15c 100644
--- a/src/lib/data/html/config.html
+++ b/src/lib/data/html/config.html
@@ -9,7 +9,7 @@ h1 {color: #1a4ba4;font-size: 160%;margin-bottom: 0px;}
h2 {margin: 5px 0px;font-size: 100%;color: #525c66;font-weight: bold;}
dl {margin-top: 0px;}
dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%}
-dd {color: black;margin: 0 0 0.3em 28%;}
+dd {color: black;margin: 0 0 0.3em 28%;word-wrap:break-word;}
p {margin-%LEFT_STR%: 1%;}
.about-img {float: %RIGHT_STR%;margin-top:10px;width:230px;}
table.tbl {width: 100%;margin: 15px 0;border-radius: 4px;padding: 0px;border: 2px solid #aaa;border-collapse: separate;}
diff --git a/src/lib/network/schemehandlers/falkonschemehandler.cpp b/src/lib/network/schemehandlers/falkonschemehandler.cpp
index fc4ff6551..195173888 100644
--- a/src/lib/network/schemehandlers/falkonschemehandler.cpp
+++ b/src/lib/network/schemehandlers/falkonschemehandler.cpp
@@ -385,6 +385,18 @@ QString FalkonSchemeReply::configPage()
cPage.replace(QLatin1String("%PL-AUTH%"), tr("Author"));
cPage.replace(QLatin1String("%PL-DESC%"), tr("Description"));
+ auto allPaths = [](DataPaths::Path type) {
+ QString out;
+ const auto paths = DataPaths::allPaths(type);
+ for (const QString &path : paths) {
+ if (!out.isEmpty()) {
+ out.append(QSL("
"));
+ }
+ out.append(path);
+ }
+ return out;
+ };
+
cPage.replace(QLatin1String("%VERSION-INFO%"),
QString("