Fixed inconsistent usage of template event
authorJeffrey Reichardt <jeffrey.reichardt@googlemail.com>
Mon, 3 Jun 2013 19:16:38 +0000 (21:16 +0200)
committerJeffrey Reichardt <jeffrey.reichardt@googlemail.com>
Mon, 3 Jun 2013 19:16:38 +0000 (21:16 +0200)
In ``wcf/templates/headInclude.tpl`` the event ``javascriptLanguageImport`` doesn't have a prepended comma.

Attention developers!

wcfsetup/install/files/acp/templates/header.tpl

index 54adf30917a6f322fc48fa9fe838cc6544683d4c..e1b5022441ec7f79d333abab0825fb351ad7a442 100644 (file)
@@ -87,7 +87,7 @@
                                'wcf.global.success': '{lang}wcf.global.success{/lang}',
                                'wcf.global.success.add': '{lang}wcf.global.success.add{/lang}',
                                'wcf.global.success.edit': '{lang}wcf.global.success.edit{/lang}',
-                               'wcf.global.thousandsSeparator': '{capture assign=thousandsSeparator}{lang}wcf.global.thousandsSeparator{/lang}{/capture}{@$thousandsSeparator|encodeJS}',
+                               'wcf.global.thousandsSeparator': '{capture assign=thousandsSeparator}{lang}wcf.global.thousandsSeparator{/lang}{/capture}{@$thousandsSeparator|encodeJS}'
                                {event name='javascriptLanguageImport'}
                        });
                        
                                {/hascontent}
                                
                                <section id="content" class="content">
-                               
\ No newline at end of file
+