diff options
Diffstat (limited to 'pages/account/12.php')
-rw-r--r-- | pages/account/12.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index 6d4e86e..6d85cdc 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -51,7 +51,7 @@ { ?> <tr> - <td colspan="6" class="DataTD"><?=_("No certificates are currently listed.")?></td> + <td colspan="8" class="DataTD"><?=_("No certificates are currently listed.")?></td> </tr> <? } else { while($row = mysql_fetch_assoc($res)) @@ -96,7 +96,7 @@ </tr> <? } ?> <tr> - <td class="DataTD" colspan="6"><?=_("From here you can delete pending requests, or revoke valid certificates.")?></td> + <td class="DataTD" colspan="8"><?=_("From here you can delete pending requests, or revoke valid certificates.")?></td> </tr> </table> <input type="hidden" name="oldid" value="<?=$id?>"/> |