From f885dca26071eab548bcb54024f68678f0306012 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Thu, 24 May 2012 21:58:32 +0200 Subject: [PATCH] added a small gap between calendar indicator bars --- comingNext/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comingNext/index.html b/comingNext/index.html index 6a4ec98..98ab3bf 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -893,7 +893,7 @@ function updateData() // generate html output entriesHtml += ''; if (config['showCalendarIndicator'].Value && calendarList.length - config['excludedCalendars'].Value.length > 1) { - entriesHtml += ' '; + entriesHtml += '
'; } if (config['showIcons'].Value) entriesHtml += ''; -- 2.39.2