diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-09-23 23:56:57 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-09-23 23:56:57 +0200 |
commit | b7c215b0e5cf6866eef99545da0f2d5baae8cb75 (patch) | |
tree | 770c16acc33c27d02f810172920e428a236c2320 /pages/account/19.php | |
parent | de06286a660c6342d57ecee95c03077f28a9d540 (diff) | |
download | cacert-devel-b7c215b0e5cf6866eef99545da0f2d5baae8cb75.tar.gz cacert-devel-b7c215b0e5cf6866eef99545da0f2d5baae8cb75.tar.xz cacert-devel-b7c215b0e5cf6866eef99545da0f2d5baae8cb75.zip |
bug-709: change spkac-text, wrap crt with <pre>s
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!")); |