]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[mfinanz.git] / bin / mozilla / oe.pl
index 8b39c662752aff2c88cc445ba4c59ddc4aefb439..26d607076531edcb0fd823552916e14b8261a06e 100644 (file)
@@ -413,7 +413,7 @@ sub form_header {
     # emulate click for resubmitting actions
     $dispatch_to_popup  = "document.oe.${_}.click(); " for grep { /^action_/ } keys %$form;
   } elsif ($creditwarning) {
-    $::request->{layout}->add_javascripts_inline("alert('$credittext')");
+    $::request->{layout}->add_javascripts_inline("alert('$credittext');");
   }
 
   $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})");