Code

Fixed output for header dn's
[gosa.git] / plugins / admin / departments / class_departmentGeneric.inc
index ed7aaf1de54071e6d093e404fefb34e040298e61..2b99b312ff93ba572d3fdf45d0a027a970f7f2e8 100644 (file)
@@ -367,7 +367,7 @@ class department extends plugin
       $smarty= get_smarty();
       echo "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
       echo "<body style='background-image:none;margin:3px;color:black'>";
-      echo "<h3>".sprintf(_("Tagging '%s'."),"<i>".$this->dn."</i>")."</h3>";
+      echo "<h3>".sprintf(_("Tagging '%s'."),"<i>".@LDAP::fix($this->dn)."</i>")."</h3>";
     }
 
                $add= $this->is_administrational_unit;