diff options
Diffstat (limited to 'pages/account/19.php')
-rw-r--r-- | pages/account/19.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/19.php b/pages/account/19.php index 6b488f3..1a80418 100644 --- a/pages/account/19.php +++ b/pages/account/19.php @@ -54,7 +54,7 @@ } } else if($row['keytype'] == "VI"){ showheader(_("My CAcert.org Account!")); - echo $cert; + echo "<pre>".$cert."</pre>"; showfooter(); } else { showheader(_("My CAcert.org Account!")); |