From: Jan Schneider Date: Mon, 27 Jul 2009 17:03:54 +0000 (+0200) Subject: More space. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9e7133d4d910a3802ea18973b56df3deade48096;p=horde.git More space. --- 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)); }