diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:16:02 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:16:02 +0200 |
commit | 8683c1418a4ae2d46f0458e31a74fde5b1089864 (patch) | |
tree | a4ccd79a35e4d51e7c83d9a76e4d1e8b3671acf2 | |
parent | e53c73724150e6b267d3d734ba81f4d76888049f (diff) | |
download | cacert-devel-8683c1418a4ae2d46f0458e31a74fde5b1089864.tar.gz cacert-devel-8683c1418a4ae2d46f0458e31a74fde5b1089864.tar.xz cacert-devel-8683c1418a4ae2d46f0458e31a74fde5b1089864.zip |
bug 1177: Fix colspan values for old display of assurance points
-rw-r--r-- | pages/account/43.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 234e01a..841189d 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -837,7 +837,7 @@ function showassuredto() </tr> <? } ?> <tr> - <td class="DataTD" colspan="2"><b><?=_("Total Points")?>:</b></td> + <td class="DataTD" colspan="4"><b><?=_("Total Points")?>:</b></td> <td class="DataTD"><?=$points?></td> <td class="DataTD" colspan="3"> </td> </tr> @@ -883,7 +883,7 @@ function showassuredby() </tr> <? } ?> <tr> - <td class="DataTD" colspan="2"><b><?=_("Total Points")?>:</b></td> + <td class="DataTD" colspan="4"><b><?=_("Total Points")?>:</b></td> <td class="DataTD"><?=$points?></td> <td class="DataTD" colspan="3"> </td> </tr> |