From: hickert Date: Wed, 3 Mar 2010 11:45:44 +0000 (+0000) Subject: Made listing headers w3c conform. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3dc20eed515b456b7057a9521b752c7a6c919ff6;p=gosa.git Made listing headers w3c conform. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15913 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 2bf9e3b59..38842dfb2 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -245,14 +245,14 @@ class listing { $link= "href='?plug=".$_GET['plug']."&PID=".$this->pid."&act=SORT_$index'"; if (isset($config['label'])) { if ($sortable) { - $this->header[$index]= "colprops[$index].">"._($config['label'])."$sorter"; + $this->header[$index]= "colprops[$index].">"._($config['label'])."$sorter"; } else { $this->header[$index]= "colprops[$index].">"._($config['label']).""; } $this->plainHeader[]= _($config['label']); } else { if ($sortable) { - $this->header[$index]= "colprops[$index]."> $sorter"; + $this->header[$index]= "colprops[$index]."> $sorter"; } else { $this->header[$index]= "colprops[$index]."> "; }