diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:39:34 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:39:34 +0200 |
commit | 33bd853d0e7034f1ad0755dd717655b650ba541f (patch) | |
tree | d108a1d9a489ffad6e603f27c5908af37021141d /pages | |
parent | 5ee8783a5b5012d89ce3ea040a8ad5a14fb2dbbe (diff) | |
parent | d4f46a86d354f1f434e0a6b2f16a4d5fef96b9fa (diff) | |
download | cacert-devel-33bd853d0e7034f1ad0755dd717655b650ba541f.tar.gz cacert-devel-33bd853d0e7034f1ad0755dd717655b650ba541f.tar.xz cacert-devel-33bd853d0e7034f1ad0755dd717655b650ba541f.zip |
Merge branch 'bug-1177' into bug-1137
Diffstat (limited to 'pages')
-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> |