X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fuser_functions.php;h=cc9c5fcc660c78acea43ab93ac2221561b3d8c44;hp=ca86a9b5f88182e50c2ba16fd2ad19bf97755b92;hb=22ba0c36c75ff989a6f48197c5a71524fb891b87;hpb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index ca86a9b5f8..cc9c5fcc66 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -64,9 +64,9 @@ function alpha ($sortby, $colspan, $return=false) { } if ((($counter / getConfig('user_alpha')) == round($counter / getConfig('user_alpha'))) && ($counter > 0)) { - $OUT .= ' ]
[ '; + $OUT .= ']
['; } elseif ( $counter != $num ) { - $OUT .= ' | '; + $OUT .= '|'; } } // END - while @@ -112,9 +112,9 @@ function addSortLinks ($letter, $sortby, $colspan, $return=false) { foreach ($list as $sort => $title) { if ($sortby == $sort) { - $OUT .= '' . $title . ' | '; + $OUT .= '' . $title . '|'; } else { - $OUT .= '' . $title . ' | '; + $OUT .= '' . $title . '|'; } } // END - foreach @@ -173,7 +173,7 @@ function addPageNavigation ($pages, $offset, $showForm, $colspan, $return=false) $OUT .= ''; } - if ($page < $pages) $OUT .= ' | '; + if ($page < $pages) $OUT .= '|'; } // END - for // Remember the list