From bdc617ffef5a8e30e0d357e7af8227d17e533d11 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 21 May 2016 19:46:33 +0200 Subject: [PATCH] [FIX] Missing space in drawer between "Blogs on" and blogname. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5cef22f..9829d37 100644 --- a/index.php +++ b/index.php @@ -183,7 +183,7 @@ if ($config["design"]["drawer"] == "on") { echo "
"; // 1. Set localized string 2. Set blogtitle echo ""; // iterating through the blogs/ directory foreach ($blogs as $navblog) {