diff options
Diffstat (limited to 'admin/template/goto/extend_for_templates.tpl')
-rw-r--r-- | admin/template/goto/extend_for_templates.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/extend_for_templates.tpl b/admin/template/goto/extend_for_templates.tpl index 9ed880b63..ad68972c4 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> |