diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-12 22:53:52 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-12 22:53:52 +0100 |
commit | d36125e7a6ee4ee519edc505fbf2bdeab2aba03b (patch) | |
tree | 28ace8a40604aaa1851c75e2aec8ece67f0b41de /pages | |
parent | c1856e28f8c8d55c1d49b533b10cc1b88e02984c (diff) | |
download | cacert-devel-d36125e7a6ee4ee519edc505fbf2bdeab2aba03b.tar.gz cacert-devel-d36125e7a6ee4ee519edc505fbf2bdeab2aba03b.tar.xz cacert-devel-d36125e7a6ee4ee519edc505fbf2bdeab2aba03b.zip |
bug 1008: Fixed missing end tag
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 100ee1d..d163879 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -662,7 +662,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); </tr> <tr> - <td class="DataTD"<a href="account.php?id=58&userid=<?=intval($row['id'])?>"><?=_("Org Server")?></a>:</td> + <td class="DataTD"><a href="account.php?id=58&userid=<?=intval($row['id'])?>"><?=_("Org Server")?></a>:</td> <? $query = "select COUNT(*) as `total`, MAX(`orgcerts`.`expire`) as `maxexpire` |