From 67f776cff99141e170151e044f9d747b06bab426 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 3 Dec 2022 13:48:17 +0100 Subject: [PATCH] Cosmetic --- include/lib/sort_table.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lib/sort_table.class.php b/include/lib/sort_table.class.php index f981284e1..15a7ebfbc 100644 --- a/include/lib/sort_table.class.php +++ b/include/lib/sort_table.class.php @@ -71,11 +71,11 @@ class Sort_Table $file = str_replace('extension.php', '', $_SERVER['PHP_SELF']); $base = $this->array[$p_ind]['url']; - $str = ''; + $str = $this->array[$p_ind]['head'] .''; $str .= '' . $this->array[$p_ind]['car_asc'] . '' . - $this->array[$p_ind]['head'] . + '' . $this->array[$p_ind]['car_desc'] . '';