Skip to content

Commit

Permalink
Fix regression related to figure attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Aug 15, 2024
1 parent 9a506ba commit 440aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/diagram/diagram.lua
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ local function diagram_options (cb, comment_start)

local alt
local caption
local fig_attr = {id = cb.identifier ~= '' and cb.identifier}
local fig_attr = {id = cb.identifier}
local filename
local image_attr = {}
local user_opt = {}
Expand Down

0 comments on commit 440aa1f

Please sign in to comment.