From aac2c6c96fe4be58b4ad7de8840542471903e806 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 31 Jan 2015 10:38:01 -0500 Subject: Modify several functions to move logic into the model and use cfes more properly for non-forms --- openssl-viewrequest-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl-viewrequest-html.lsp') diff --git a/openssl-viewrequest-html.lsp b/openssl-viewrequest-html.lsp index 0774c4e..c43dc80 100644 --- a/openssl-viewrequest-html.lsp +++ b/openssl-viewrequest-html.lsp @@ -3,5 +3,5 @@ <% html = require("acf.html") %> <% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %> -
<%= html.html_escape(view.value.value) %>
+
<%= html.html_escape(view.value.details.value.value) %>
<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3