From: cajus Date: Thu, 29 Oct 2009 14:48:26 +0000 (+0000) Subject: Modified style to not break tables with long names X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=040cc2f6ca2efbb0e5a0873b807d118004805ca7;p=gosa.git 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 --- 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) {