summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-24 09:06:31 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-24 09:06:31 +0000
commitf2ff85dfd41d698eb273f0ec17c217fd3f182f1f (patch)
tree743c5af55cf5a92d92a1d72181e4d7043fdc74a3 /templates
parent041b6fcae24fcb56d301f3711d9b08f5c5264fac (diff)
downloadusers-f2ff85dfd41d698eb273f0ec17c217fd3f182f1f.tar.gz
users-f2ff85dfd41d698eb273f0ec17c217fd3f182f1f.tar.bz2
users-f2ff85dfd41d698eb273f0ec17c217fd3f182f1f.zip
missing ]
Diffstat (limited to 'templates')
-rw-r--r--templates/register.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl b/templates/register.tpl
index 2da397d..d5bf7bc 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -154,7 +154,7 @@
<div class="row">
{formlabel label="$customFields[f]}
{forminput}
- <input type="text" name="CUSTOM[{$customFields[f]|escape}" value="{$smarty.request.CUSTOM.$customFields[f]}" />
+ <input type="text" name="CUSTOM[{$customFields[f]|escape}]" value="{$smarty.request.CUSTOM.$customFields[f]}" />
{/forminput}
</div>
{/section}