summaryrefslogtreecommitdiffstats
path: root/hostname-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-read-html.lsp')
-rw-r--r--hostname-read-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hostname-read-html.lsp b/hostname-read-html.lsp
index 233d664..e4d9c7d 100644
--- a/hostname-read-html.lsp
+++ b/hostname-read-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
-<% htmlviewfunctions.displayheader(view, page_info) %>
+<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<% htmlviewfunctions.displayitem(view) %>
+<% htmlviewfunctions.displaysectionend(header_level) %>