From: Jeffrey Reichardt Date: Mon, 3 Jun 2013 19:16:38 +0000 (+0200) Subject: Fixed inconsistent usage of template event X-Git-Tag: 2.0.0_Beta_3~9^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19c4c8efe3bc5322969fcb1d3bac5e52b2cba7f0;p=GitHub%2FWoltLab%2FWCF.git Fixed inconsistent usage of template event In ``wcf/templates/headInclude.tpl`` the event ``javascriptLanguageImport`` doesn't have a prepended comma. Attention developers! --- diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index 54adf30917..e1b5022441 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -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'} }); @@ -211,4 +211,4 @@ {/hascontent}
- \ No newline at end of file +