diff options
author | mistic100 <mistic@piwigo.org> | 2013-03-08 13:49:13 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-03-08 13:49:13 +0000 |
commit | 6d0710445e9e082575e6e56c753077673ed026d9 (patch) | |
tree | c2292f48f29e8f16d330ee01314afe0d41c6998f | |
parent | a245a11ae06de89f159e3a4f869fd9970d8194a0 (diff) |
Merged revision(s) 21359 from trunk:
small fix
git-svn-id: http://piwigo.org/svn/branches/2.5@21362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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} |