noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 30/30: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 30/30: Cosmetic
Date: Sat, 3 Dec 2022 08:35:15 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 67f776cff99141e170151e044f9d747b06bab426
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Dec 3 13:48:17 2022 +0100

    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 .= '<A style="display:inline;text-decoration:none" HREF="' . $base 
. '&ord=' . $this->array[$p_ind]['parm_asc'] . '">' .
                $this->array[$p_ind]['car_asc'] .
                '</A>' .
-               $this->array[$p_ind]['head'] .
+
                '<A style="display:inline;text-decoration:none" HREF="' . $base 
. '&ord=' . $this->array[$p_ind]['parm_desc'] . '">' .
                 $this->array[$p_ind]['car_desc'] .
                '</A>';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]