diff --git a/modules/account/modules.php b/modules/account/modules.php index 122af5ad3c..8cd391907c 100644 --- a/modules/account/modules.php +++ b/modules/account/modules.php @@ -208,7 +208,7 @@ protected function output() { if ($this->get('internal_users')) { $res = ''; $this->concat('formatted_folder_list', $res); diff --git a/modules/calendar/modules.php b/modules/calendar/modules.php index f4a0db3a8a..4a34bc9bfd 100644 --- a/modules/calendar/modules.php +++ b/modules/calendar/modules.php @@ -132,7 +132,7 @@ class Hm_Output_calendar_page_link extends Hm_Output_Module { protected function output() { $res = ''; if ($this->format == 'HTML5') { diff --git a/modules/contacts/modules.php b/modules/contacts/modules.php index 1c559e7d97..3805b9ef43 100644 --- a/modules/contacts/modules.php +++ b/modules/contacts/modules.php @@ -203,7 +203,7 @@ class Hm_Output_contacts_page_link extends Hm_Output_Module { protected function output() { $res = ''; if ($this->format == 'HTML5') { diff --git a/modules/core/output_modules.php b/modules/core/output_modules.php index 1b4be14944..fc5ef0059e 100644 --- a/modules/core/output_modules.php +++ b/modules/core/output_modules.php @@ -15,15 +15,16 @@ class Hm_Output_search_from_folder_list extends Hm_Output_Module { * Add a search form to the top of the folder list */ protected function output() { - $res = ''; + $res .= ''. + ''; if ($this->format == 'HTML5') { return $res; } @@ -1320,14 +1321,14 @@ class Hm_Output_main_menu_start extends Hm_Output_Module { * Opens a div and unordered list tag */ protected function output() { - $res = '