Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Nov 2, 2023
1 parent edc3a5b commit 213f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/filters/customnodes/floatreftarget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ end, function(float)
local figPos = latexFigurePosition(float, figEnv)
local float_type = refType(float.identifier)

local capLoc = cap_location(float_type)
local capLoc = cap_location(float)
local caption_cmd_name = latexCaptionEnv(float)

if float.parent_id then
Expand Down

0 comments on commit 213f25b

Please sign in to comment.