diff options
author | INOPIAE <inopiae@cacert.org> | 2013-11-03 20:32:19 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-11-03 20:32:19 +0100 |
commit | 1e721b60cb4d690ed612f443b1d162e0b9f6216e (patch) | |
tree | aa0d4e655e884b6ad31eeab66b96e14ee5e56235 | |
parent | c29a0e00c86f514995260cb70ba544677982aa29 (diff) | |
download | cacert-devel-1e721b60cb4d690ed612f443b1d162e0b9f6216e.tar.gz cacert-devel-1e721b60cb4d690ed612f443b1d162e0b9f6216e.tar.xz cacert-devel-1e721b60cb4d690ed612f443b1d162e0b9f6216e.zip |
bug 1219: changed comment sytax to html
-rw-r--r-- | pages/account/43.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index a06dac5..81c3dc5 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -504,7 +504,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <td class="DataTD"><?=_("Revoked")?></td> <td class="DataTD"><?=_("Latest Expire")?></td> </tr> -// server certificates +<!-- server certificates --> <tr> <td class="DataTD"><?=_("Server")?>:</td> <? @@ -564,7 +564,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <? } ?> </tr> -// client certificates +<!-- client certificates --> <tr> <td class="DataTD"><?=_("Client")?>:</td> <? @@ -619,7 +619,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <? } ?> </tr> -// gpg certificates +<!-- gpg certificates --> <tr> <td class="DataTD"><?=_("GPG")?>:</td> <? @@ -666,7 +666,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <? } ?> </tr> -// org server certificates +<!-- org server certificates --> <tr> <td class="DataTD"><a href="account.php?id=58&userid=<?=intval($row['id'])?>"><?=_("Org Server")?></a>:</td> <? @@ -726,7 +726,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <? } ?> </tr> -// org client certificates +<!-- org client certificates --> <tr> <td class="DataTD"><?=_("Org Client")?>:</td> <? |