diff options
author | flop25 <flop25@piwigo.org> | 2013-03-08 13:01:22 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-03-08 13:01:22 +0000 |
commit | 8be7776b67a7a765846c752814853d8846a5ac18 (patch) | |
tree | 5541fd0f80e90f8b0ccf1401716f2b92bc061420 /plugins/language_switch | |
parent | 61ca0705dde33bd81b133d538c197c89ccf5caaf (diff) |
small fix
git-svn-id: http://piwigo.org/svn/trunk@21359 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch')
-rw-r--r-- | plugins/language_switch/flags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl index 38cfc4818..3846d645c 100644 --- a/plugins/language_switch/flags.tpl +++ b/plugins/language_switch/flags.tpl @@ -24,7 +24,7 @@ jQuery("#languageSwitchBox").on("mouseleave", function() { }); {/literal}{/footer_script} -{* <!-- stylish for themes missing .switchBox styles --> * +{* <!-- stylish for themes missing .switchBox styles --> *} {if $LANGUAGE_SWITCH_LOAD_STYLE} {combine_css path=$LANGUAGE_SWITCH_PATH|@cat:"style.css"} {/if} |