remove enclosure tag

This commit is contained in:
Asturyan
2014-03-20 09:27:23 +01:00
parent e11ff8dcec
commit cecfa28940

View File

@@ -87,7 +87,7 @@
<div class="btn-group">
{loop type="lang" name="ui-lang" id="{lang attr='id'}"}
<button class="btn btn-default">
<img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$TITLE}" /> {$CODE|ucfirst}</a>
<img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$TITLE}" /> {$CODE|ucfirst}
</button>
{/loop}