Try this button. Like that better, IE?
authorJan Schneider <jan@horde.org>
Tue, 18 May 2010 00:00:28 +0000 (02:00 +0200)
committerJan Schneider <jan@horde.org>
Tue, 18 May 2010 15:57:19 +0000 (17:57 +0200)
kronolith/js/kronolith.js

index 187a550..92745d9 100644 (file)
@@ -1005,7 +1005,7 @@ KronolithCore = {
         }
         if (type != 'holiday' && type != 'external') {
             div.insert(new Element('span', { className: 'kronolithCalEdit' })
-                   .insert('&#9656;'));
+                   .insert('&#9658;'));
         }
         div.insert(new Element('div', { className: cal.show ? 'kronolithCalOn' : 'kronolithCalOff' })
                .store('calendar', id)