]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/is.pl
Quoting
[kivitendo-erp.git] / bin / mozilla / is.pl
index ad80a17734524c92268ff594e677450da0c7ecbd..2891634f005c312023173d28fedeb389a2fb82a4 100644 (file)
@@ -1157,11 +1157,11 @@ if ($form->{type} eq "credit_note") {
   # button for saving history
   if($form->{id} ne "") {
     print qq|
-         <input type=button class=submit onclick=set_history_window(|
-         . $form->{id} 
-         . qq|); name=history id=history value=|
-         . $locale->text('history') 
-         . qq|>|;
+         <input type="button" class="submit" onclick="set_history_window(|
+         . Q($form->{id})
+         . qq|);" name="history" id="history" value="|
+         . $locale->text('history')
+         . qq|">|;
   }
   # /button for saving history