From: cajus Date: Tue, 5 Jun 2007 06:52:09 +0000 (+0000) Subject: Fixed line wrapping in tab headers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=12526637a15df1953a14cd47769b72ebf1e9d686;p=gosa.git Fixed line wrapping in tab headers git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6542 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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);