Skip to content

Commit

Permalink
chore(styles): Revert an erroneously changed line in styles
Browse files Browse the repository at this point in the history
Introduced when implementing "Better support null in YAML style files"
Noted here as a "chore" as this was just a few days ago and we haven't
tagged a release yet, but this is a bug fix.
  • Loading branch information
Omikhleia authored and Didier Willis committed Jan 18, 2025
1 parent a186a77 commit 29484a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/resilient/styles/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function package:registerCommands ()
vglue = cloneStyleSkip(vglue, name)
-- Not sure here whether it should be an explicit glue or not,
-- but it seems so to me...
SILE.typesetter:pushExplicitVglue(vglue)
SILE.typesetter:pushVglue(vglue)
end
if novbreak then SILE.call("novbreak") end
end
Expand Down

0 comments on commit 29484a1

Please sign in to comment.