From 71541e5c0154ad20af6a5b2a874fdf27dc62d11a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 14 May 2015 16:35:33 -0400 Subject: Modify htmlviewfunctions to add id to div at start of section --- lib/htmlviewfunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/htmlviewfunctions.lua b/lib/htmlviewfunctions.lua index 1c80351..a43bead 100644 --- a/lib/htmlviewfunctions.lua +++ b/lib/htmlviewfunctions.lua @@ -26,7 +26,7 @@ function mymodule.displaysectionstart(myitem, page_info, header_level) page_info = page_info or {} header_level = header_level or page_info.header_level or 1 if 0 < header_level then - print('
') + print('
') print(''..html.html_escape(myitem.label)..'') end return header_level -- cgit v1.2.3