More space.
authorJan Schneider <jan@horde.org>
Mon, 27 Jul 2009 17:03:54 +0000 (19:03 +0200)
committerJan Schneider <jan@horde.org>
Mon, 27 Jul 2009 17:03:54 +0000 (19:03 +0200)
kronolith/js/src/kronolith.js

index 811c4d5..496006b 100644 (file)
@@ -937,13 +937,13 @@ KronolithCore = {
                 now = new Date();
             if (!now.isBefore(date)) {
                 col.addClassName('kronolithTaskDue');
-                col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update('&middot;'));
+                col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update(' &middot; '));
                 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('&middot;'));
+            col.insert(new Element('SPAN', { 'class': 'kronolithSep' }).update(' &middot; '));
             col.insert(new Element('SPAN', { 'class': 'kronolithInfo' }).update(task.value.sd));
         }