X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadmin%2Fsystems%2Fmain.inc;h=a0f26d1cc8dd7b890c305c2770b5e5a2d1a191c8;hb=e6474199981bcb02d2d0679522006e4546e06a9a;hp=08713d33672be019c592d6fcc4793247dd5c0adb;hpb=59a6f7f4d3be3ab0a4fe4000e755b8452076ad38;p=gosa.git diff --git a/plugins/admin/systems/main.inc b/plugins/admin/systems/main.inc index 08713d336..a0f26d1cc 100644 --- a/plugins/admin/systems/main.inc +++ b/plugins/admin/systems/main.inc @@ -42,7 +42,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/system.png'), _("System management"), " ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/system.png'), _("System management"), "\"\" ".$_SESSION['objectinfo']); } else { $display= print_header(get_template_path('images/system.png'), _("System management")); }