diff options
Diffstat (limited to 'openssl-viewcert-html.lsp')
-rw-r--r-- | openssl-viewcert-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp index 0593afd..d23cb53 100644 --- a/openssl-viewcert-html.lsp +++ b/openssl-viewcert-html.lsp @@ -1,8 +1,8 @@ -<? local view, viewlibrary = ... ?> +<% local view, viewlibrary = ... %> -<? --[[ DEBUG INFORMATION +<% --[[ DEBUG INFORMATION io.write(html.cfe_unpack(view)) ---]] ?> +--]] %> <H1>Certificate Details</H1> -<pre><?= view.value.value ?></pre> +<pre><%= view.value.value %></pre> |