Code

Fixed small bug.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Sep 2005 11:07:55 +0000 (11:07 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Sep 2005 11:07:55 +0000 (11:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1433 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/main.inc

index 3653378c8c5fa8699f37ae476aeaebef9300eeb1..2da0b7458477fcbb01946690073ccf6973f52351 100644 (file)
@@ -158,7 +158,7 @@ if (!$remove_lock){
       $display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
       $display.= "&nbsp;";
       $display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
-      $display.="<script language='javascript'>
+      $display.="<script language='javascript'>";
 
       $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
              "\"> ".$ui->dn."&nbsp;";