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 418a1aa..dcfb7d6 100644
--- a/openssl-viewcert-html.lsp
+++ b/openssl-viewcert-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary = ... %>
<% html = require("acf.html") %>
-<H1>Certificate Details</H1>
+<h1>Certificate Details</h1>
<pre><%= html.html_escape(view.value.value) %></pre>