From 47f74e4c132601626bc9ec5278622b8f3ce9b764 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 7 Oct 2011 14:39:49 +0000 Subject: Change certype to certtype --- openssl-status-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openssl-status-html.lsp') diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 21dffea..1d3964c 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -41,8 +41,8 @@ end %> <% if viewlibrary.check_permission("downloadcacert") then %>

Download CA Cert

-<%= html.link{value="downloadcacert?certype=pem", label="Download PEM"} %>
-<%= html.link{value="downloadcacert?certype=der", label="Download DER"} %>
+<%= html.link{value="downloadcacert?certtype=pem", label="Download PEM"} %>
+<%= html.link{value="downloadcacert?certtype=der", label="Download DER"} %>
<%= html.link{value="downloadcacert", label="Import to Firefox"} %>
<% end %> -- cgit v1.2.3