Code

Fixed labeling
[gosa.git] / gosa-core / include / class_sortableListing.inc
index 7fcdc4e1695bb8ba901678df9a8751d6b816b7d9..7ccc6a7a1a1992723e5af92f76c49eb6f30dfb30 100644 (file)
@@ -213,7 +213,7 @@ class sortableListing {
 
       // Extend by another column if we've actions specified
       if ($action_width) {
-        $result.= "  <col style='width:".$action_width."px'/>\n";
+        $result.= "  <col style='width:".$action_width."px' >\n";
       }
       $result.= " </colgroup>\n";
     }