summaryrefslogtreecommitdiffstats
path: root/dhcp-home-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r--dhcp-home-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp
index 1591f76..4962d4f 100644
--- a/dhcp-home-html.lsp
+++ b/dhcp-home-html.lsp
@@ -18,9 +18,9 @@ end %>
viewlibrary.dispatch_component("listsubnets")
end %>
-<% --[[if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("listhosts")
-end --]] %>
+end %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")