diff --git a/include/lib/sort_table.class.php b/include/lib/sort_table.class.php index c93806d80..6cbfcaae9 100644 --- a/include/lib/sort_table.class.php +++ b/include/lib/sort_table.class.php @@ -72,11 +72,11 @@ class Sort_Table $base = $this->array[$p_ind]['url']; $str = ''; - $str .= '' . + $str .= '' . $this->array[$p_ind]['car_asc'] . '' . $this->array[$p_ind]['head'] . - '' . + '' . $this->array[$p_ind]['car_desc'] . ''; return $str; diff --git a/include/template/dashboard.php b/include/template/dashboard.php index a7a3968e3..4bf34d851 100644 --- a/include/template/dashboard.php +++ b/include/template/dashboard.php @@ -20,7 +20,7 @@ $a_todo=Todo_List::to_object($cn,$array); echo HtmlInput::button('add',_('Ajout'),'onClick="add_todo()"','smallbutton'); echo '
Date ![]() | Titre | '; + echo ' |
|---|---|---|
| Date | Titre | '; if ( ! empty ($array) ) { $nb=0; $today=date('d.m.Y'); |