diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-09-14 19:48:34 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-09-14 19:48:34 +0200 |
commit | 10543509f481f761d3b591aae5891439d71ca5ed (patch) | |
tree | e11383ab86830a0b4f3bb1a190837ae8cf2fb268 | |
parent | 05db193912845057c2355b42583ecb1d4385758c (diff) | |
download | cacert-devel-10543509f481f761d3b591aae5891439d71ca5ed.tar.gz cacert-devel-10543509f481f761d3b591aae5891439d71ca5ed.tar.xz cacert-devel-10543509f481f761d3b591aae5891439d71ca5ed.zip |
bug 1195: Unnecessary tag for end of table row
-rw-r--r-- | pages/account/6.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/account/6.php b/pages/account/6.php index 0bfb3c1..12c73d9 100644 --- a/pages/account/6.php +++ b/pages/account/6.php @@ -161,7 +161,6 @@ if($row['revoked'] == 0) $row['revoke'] = _("Not Revoked"); ?> - </tr> <tr> <td class="DataTD"><?=_("Status")?></td> <td class="DataTD"><?=$verified?></td> |