1
0

fixed bug in commit 9ce7e73

This commit is contained in:
Ian
2013-05-11 18:53:27 +02:00
parent 2609304ab4
commit 2c7af59f5f

View File

@ -106,7 +106,7 @@ if ($serendipity['GET']['adminAction'] == 'edit') {
<table>
<tr>
<td><?php echo NAME; ?></td>
<td><input class="input_textbox" type="text" name="serendipity[name]" value="<?php htmlspecialchars($from['name']); ?>" /></td>
<td><input class="input_textbox" type="text" name="serendipity[name]" value="<?php echo tmlspecialchars($from['name']); ?>" /></td>
</tr>
<tr>
<td valign="top"><?php echo USERCONF_GROUPS; ?></td>