From 040cc2f6ca2efbb0e5a0873b807d118004805ca7 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 29 Oct 2009 14:48:26 +0000 Subject: [PATCH] Modified style to not break tables with long names git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14706 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index aaf50515d..fbcc9b1dd 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -289,7 +289,7 @@ class listing { $result.= " \n"; // New table for the real list contents - $result.= "
\n"; + $result.= "
\n"; // No results? Just take an empty colspanned row if (count($this->entries) + count($this->departments) == 0) { -- 2.30.2