We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc92dd commit da70110Copy full SHA for da70110
src/resources/filters/layout/html.lua
@@ -4,7 +4,7 @@
4
function htmlPanel(divEl, layout, caption)
5
6
-- outer panel to contain css and figure panel
7
- local divId = divEl.attr.id
+ local divId = divEl.attr.identifier
8
if divId == nil then
9
divId = ''
10
end
0 commit comments