diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:31:31 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:31:31 +0200 |
commit | bda98a5db473a6825e72300242467be0f172525b (patch) | |
tree | 223eafa3ef1c4591996be8f97fc135b44a4cb25f | |
parent | 8683c1418a4ae2d46f0458e31a74fde5b1089864 (diff) | |
download | cacert-devel-bda98a5db473a6825e72300242467be0f172525b.tar.gz cacert-devel-bda98a5db473a6825e72300242467be0f172525b.tar.xz cacert-devel-bda98a5db473a6825e72300242467be0f172525b.zip |
bug 1177: Fix the assurance tables
-rw-r--r-- | includes/notary.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 1f34738..4ff066f 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -266,9 +266,9 @@ { ?> <tr> - <td class="DataTD" colspan="5"><strong><?=$points_txt?>:</strong></td> + <td<?=($support == "1")?' colspan="5"':' colspan="3"'?> class="DataTD"><strong><?=$points_txt?>:</strong></td> <td class="DataTD"><?=$points?></td> - <td<?=($support == "1")?' colspan="3"':''?> class="DataTD"> </td> + <td<?=($support == "1")?' colspan="2"':''?> class="DataTD"> </td> <td class="DataTD"><strong><?=$experience_txt?>:</strong></td> <td class="DataTD"><?=$sumexperience?></td> <? |