From 9e7133d4d910a3802ea18973b56df3deade48096 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 27 Jul 2009 19:03:54 +0200 Subject: [PATCH] More space. --- kronolith/js/src/kronolith.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 811c4d5a0..496006bf8 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -937,13 +937,13 @@ KronolithCore = { now = new Date(); if (!now.isBefore(date)) { col.addClassName('kronolithTaskDue'); - col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update('·')); + col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update(' · ')); col.insert(new Element('SPAN', { 'class': 'kronolithDate' }).update(date.toString(Kronolith.conf.date_format))); } } if (!Object.isUndefined(task.value.sd)) { - col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update('·')); + col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update(' · ')); col.insert(new Element('SPAN', { 'class': 'kronolithInfo' }).update(task.value.sd)); } -- 2.11.0