diff options
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r-- | health-networkstats-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp index c068503..fcc2476 100644 --- a/health-networkstats-html.lsp +++ b/health-networkstats-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info = ... %> -<% require("json") %> +<% json = require("json") %> <% html = require("acf.html") %> <% -- Table of colors |