diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-08 01:07:16 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-08 01:07:16 +0100 |
commit | 0fcd48bf0d49724ac747f00c0990e157df64b584 (patch) | |
tree | ac19d37c75cd7e8d72b96159c99bd7a83dffbc29 /pages/account/13.php | |
parent | 3a661bf6297eca0f571ab807751311a755739d74 (diff) | |
download | cacert-devel-0fcd48bf0d49724ac747f00c0990e157df64b584.tar.gz cacert-devel-0fcd48bf0d49724ac747f00c0990e157df64b584.tar.xz cacert-devel-0fcd48bf0d49724ac747f00c0990e157df64b584.zip |
bug 1236: moved hidden field linebug-1236
Diffstat (limited to 'pages/account/13.php')
-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> |