diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:39:06 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-23 23:39:06 +0200 |
commit | 3cbac6cc51939d04ee6adadcaf07d5b27947d5dc (patch) | |
tree | 305c316f3d8b24b7e2d6deb2ce31a81c8246611e /pages | |
parent | 23ee6915a319bf79b92c494ced798a8c67817ad3 (diff) | |
parent | 56e830101351d98510a01a664a34951b2fef9af8 (diff) | |
download | cacert-devel-3cbac6cc51939d04ee6adadcaf07d5b27947d5dc.tar.gz cacert-devel-3cbac6cc51939d04ee6adadcaf07d5b27947d5dc.tar.xz cacert-devel-3cbac6cc51939d04ee6adadcaf07d5b27947d5dc.zip |
Merge branch 'bug-893' into bug-1136
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 1bdbdbc..a942f18 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -848,7 +848,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> @@ -894,7 +894,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> |