Code

Updated strings
[gosa.git] / gosa-core / include / class_pathNavigator.inc
index 645626f231d84e6bac182b8901b50bb62928120a..a7af83ec2247c815e65a37460ce46b42e660bc4b 100644 (file)
@@ -67,6 +67,7 @@ class pathNavigator
     if(empty($path)){
       $path = "<li class='left path-element'>"._("Welcome to GOsa")."</li>";
     }
+
     return($path);
   }