From fb0b04e51693a74de30e34c718982d2536644bbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 22 Jul 2015 14:28:16 +0200 Subject: [PATCH] Layout: Inlinejavascripte mit ; trennen --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index 99fe818cc..989a568cb 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -539,7 +539,7 @@ sub footer { print $::request->{layout}->post_content; if (my @inline_scripts = $::request->{layout}->javascripts_inline) { - print "\n"; + print "\n"; } print <