plugins/calendar

Aleksander Machniak machniak at kolabsys.com
Mon Nov 12 14:49:36 CET 2012


 plugins/calendar/lib/calendar_ui.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8356960660c48516627cd246587bd57f0256c3d6
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Mon Nov 12 14:49:26 2012 +0100

    Fix typo

diff --git a/plugins/calendar/lib/calendar_ui.php b/plugins/calendar/lib/calendar_ui.php
index b4c989e..8e91e68 100644
--- a/plugins/calendar/lib/calendar_ui.php
+++ b/plugins/calendar/lib/calendar_ui.php
@@ -236,7 +236,7 @@ class calendar_ui
     foreach (array('day' => 'days', 'week' => 'weeks', 'month' => 'months', 'smart' => 'smartsections') as $val => $label)
       $select_sections->add(preg_replace('/\(|\)/', '', ucfirst($this->cal->gettext($label))), $val);
     
-    $html .= html::span('spacer', '&nbsp');
+    $html .= html::span('spacer', ' ');
     $html .= html::label('agenda-listsections', $this->cal->gettext('listsections'));
     $html .= $select_sections->show($this->rc->config->get('calendar_agenda_sections', $this->cal->defaults['calendar_agenda_sections']));
     





More information about the commits mailing list