From dd7fbf58da89f1b60f182f978a03c0b3c97f785a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:14:22 +0000 Subject: Added require statement for html library --- zebra-details-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra-details-html.lsp') diff --git a/zebra-details-html.lsp b/zebra-details-html.lsp index 84feb45..3c6806a 100644 --- a/zebra-details-html.lsp +++ b/zebra-details-html.lsp @@ -1,4 +1,5 @@ <% local data = ... +html = require("acf.html") %>

Zebra routes

-- cgit v1.2.3