Skip to content

Commit 3c6e49f

Browse files
authored
Merge pull request #12932 from quarto-dev/bugfix/12816
lua - fix typo (#12816)
2 parents 487fd0e + c3383f1 commit 3c6e49f

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)