From 12526637a15df1953a14cd47769b72ebf1e9d686 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 5 Jun 2007 06:52:09 +0000 Subject: [PATCH] Fixed line wrapping in tab headers git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6542 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_tabs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_tabs.inc b/include/class_tabs.inc index 1571bdada..ee245f01b 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -149,7 +149,7 @@ class tabs } /* Paint tab */ - $display.= ""; + $display.= ""; /* Shorten string if its too long for the tab headers*/ $title= _($name); -- 2.30.2