Skip to content

Commit da70110

Browse files
committed
correctly forward identifier for html layout panel
1 parent bdc92dd commit da70110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/layout/html.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
function htmlPanel(divEl, layout, caption)
55

66
-- outer panel to contain css and figure panel
7-
local divId = divEl.attr.id
7+
local divId = divEl.attr.identifier
88
if divId == nil then
99
divId = ''
1010
end

0 commit comments

Comments
 (0)