Amended comment to reflect it's not a tpl error but a bug.

This commit is contained in:
Matthias Mees 2013-02-18 12:25:46 +01:00
parent 11b9c86ad0
commit 8c4f470d16

View File

@ -46,7 +46,7 @@
{/if} {/if}
<div class="form_field"> <div class="form_field">
<label for="group_name">{$CONST.NAME}</label> <label for="group_name">{$CONST.NAME}</label>
{* BUG: Doesn't correctly pull the group name $group_ vs $group. …? *} {* BUG: Doesn't pull the group name; this doesn't work in 1.7, either. *}
<input id="group_name" name="serendipity[name]" type="text" value="{$from.name|escape:"html"}"> <input id="group_name" name="serendipity[name]" type="text" value="{$from.name|escape:"html"}">
</div> </div>