nbsp pred orderby sipkama
authorThomas Mudrunka <tomas@mudrunka.cz>
Fri, 19 Oct 2012 23:59:43 +0000 (01:59 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Fri, 19 Oct 2012 23:59:43 +0000 (01:59 +0200)
index.php

index 630d7ee46d1da8d892cc25f9e097f52e6e749681..b9860e3d86ba03c4490376f272303a7976a1965a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -64,7 +64,7 @@ class HTML {
                        unset($row[$row_classes_field]);
                        if($header) {
                                $keys = array(); foreach($row as $key => $val) {
-                                       $order= $orderby ? ' '.
+                                       $order= $orderby ? '&nbsp;'.
                                                $this->link('&uarr;', $orderby."[$key]=ASC").
                                                $this->link('&darr;', $orderby."[$key]=DESC") : '';
                                        $keys[$key]=T($key).$order;
This page took 0.138463 seconds and 4 git commands to generate.