Code

Fixed attachment for printer
[gosa.git] / plugins / admin / applications / main.inc
index b2e676d044f888703263fb5631e12805095510b8..1688597f60c9219c643f5d3d3289f2de5145ab12 100644 (file)
@@ -35,7 +35,7 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img align=\"center\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
        } else {
                $display= print_header(get_template_path('images/application.png'), _("Application management"));
        }