1
0

Added stupid JS whitespace.

This commit is contained in:
Matthias Mees
2013-01-02 18:35:38 +01:00
parent 57e55c99ec
commit ff19028f87

@ -9,7 +9,7 @@
{* Smarty 3 has a new auto literal option which is enabled by default. {* Smarty 3 has a new auto literal option which is enabled by default.
When the { is followed by a space it's not interpreted as smarty delimiter but literal. *} When the { is followed by a space it's not interpreted as smarty delimiter but literal. *}
<script> <script>
function templatePluginMoverInit() { function templatePluginMoverInit() {
{foreach $plugin_placements AS $sidebar} {foreach $plugin_placements AS $sidebar}
@ -21,7 +21,7 @@
{/foreach} {/foreach}
} }
addLoadEvent(templatePluginMoverInit); addLoadEvent(templatePluginMoverInit);
</script> </script>