diff options
Diffstat (limited to 'admin/template/goto/extend_for_templates.tpl')
-rw-r--r-- | admin/template/goto/extend_for_templates.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/extend_for_templates.tpl b/admin/template/goto/extend_for_templates.tpl index dae6903a5..9ed880b63 100644 --- a/admin/template/goto/extend_for_templates.tpl +++ b/admin/template/goto/extend_for_templates.tpl @@ -14,7 +14,7 @@ {foreach from=$extents item=tpl name=extent_loop} <tr class="{if $smarty.foreach.extent_loop.index is odd}row1{else}row2{/if}"> <td> - <input type="hidden" name=reptpl[] value="{$tpl.replacer}" /> + <input type="hidden" name=reptpl[] value="{$tpl.replacer}"> {$tpl.replacer} </td> <td> @@ -31,8 +31,8 @@ </table> {if !is_adviser()} <p> - <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /> + <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"> </p> {/if} </form> -{/if}
\ No newline at end of file +{/if} |