From 6354a6d5d2a9f645bca8901edb116d6103b81d01 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:44:14 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- openssl-viewcert-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl-viewcert-html.lsp') 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") %> -

Certificate Details

+

Certificate Details

<%= html.html_escape(view.value.value) %>
-- cgit v1.2.3