summaryrefslogtreecommitdiffstats
path: root/openssl-viewcert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-viewcert-html.lsp')
-rw-r--r--openssl-viewcert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp
index b8d6136..0593afd 100644
--- a/openssl-viewcert-html.lsp
+++ b/openssl-viewcert-html.lsp
@@ -5,4 +5,4 @@ io.write(html.cfe_unpack(view))
--]] ?>
<H1>Certificate Details</H1>
-<?= string.gsub(view.value.value, "\n", "<br>") ?>
+<pre><?= view.value.value ?></pre>