Revision fb0b04e5
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
539 | 539 |
print $::request->{layout}->post_content; |
540 | 540 |
|
541 | 541 |
if (my @inline_scripts = $::request->{layout}->javascripts_inline) { |
542 |
print "<script type='text/javascript'>@inline_scripts</script>\n";
|
|
542 |
print "<script type='text/javascript'>" . join("; ", @inline_scripts) . "</script>\n";
|
|
543 | 543 |
} |
544 | 544 |
|
545 | 545 |
print <<EOL |
Auch abrufbar als: Unified diff
Layout: Inlinejavascripte mit ; trennen