diff options
-rw-r--r-- | pages/account/13.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/13.php b/pages/account/13.php index 969d4b9..08f325d 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -161,8 +161,8 @@ <td class="DataTD"><input type="text" name="A5" value="<?=sanitizeHTML($user['A5'])?>"></td> </tr> <tr> - <?<input type="hidden" name="showdetails" value="1" /> - } ?> + <input type="hidden" name="showdetails" value="1" /> + <? } ?> <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Update")?>"></td> </tr> </table> |