Fixed some typos

This commit is contained in:
Franck Allimant
2014-07-03 19:19:21 +02:00
parent 7576b9990b
commit f46168f518
3 changed files with 15 additions and 11 deletions

View File

@@ -203,7 +203,7 @@
{render_form_field field="locale" value=$LOCALE}
<div class="input-group">
<input type="text" {$form_field_attributes form=$form field="title" template="toto"}>
<input type="text" {form_field_attributes form=$form field="title"}>
<span class="input-group-addon"><img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$TITLE}" /></span>
</div>
{/loop}