From ecfc51f3d6101019dede3743a2dd6c8e2f859241 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Apr 2014 10:41:43 +0000 Subject: Minor cleanup of listfiles html view --- squid-listfiles-html.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp index 91a30d7..d1ff90f 100644 --- a/squid-listfiles-html.lsp +++ b/squid-listfiles-html.lsp @@ -57,6 +57,5 @@ end %> <% htmlviewfunctions.displaysectionend(header_level) %> <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("createfile") then - local createform = viewlibrary.dispatch_component("createfile", nil, true) - htmlviewfunctions.displayitem(createform, page_info) + viewlibrary.dispatch_component("createfile") end %> -- cgit v1.2.3