Skip to content

Commit c3383f1

Browse files
committed
lua - fix typo (#12816)
1 parent ab22bb9 commit c3383f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/layout/layout.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function layout_panels()
4141
return nil
4242
end
4343
local nested_layout = false
44-
_quarto.ast.walk(div, {
44+
_quarto.ast.walk(float, {
4545
PanelLayout = function()
4646
nested_layout = true
4747
end

0 commit comments

Comments
 (0)