From: hickert Date: Wed, 3 Mar 2010 09:19:36 +0000 (+0000) Subject: Fixed W3C error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf2ecd6f262047eaace96d1a5cf6de9cccfc383c;p=gosa.git Fixed W3C error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15881 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 7fcdc4e16..7ccc6a7a1 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -213,7 +213,7 @@ class sortableListing { // Extend by another column if we've actions specified if ($action_width) { - $result.= " \n"; + $result.= " \n"; } $result.= " \n"; }