Skip to content

Commit

Permalink
Update make_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissov authored Dec 15, 2019
1 parent 613a9af commit 0cff984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/make_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ local create_anchors = function(doc, meta, to)
else
anchor = make_html_block('h' .. tostring(math.floor(level)),
{{'id', ident},
{'href', '#'..ident},
{'class', 'definition'}})
if num ~= '' then
local numspan = make_html_inline('span', {{'class','number'}})
Expand Down

0 comments on commit 0cff984

Please sign in to comment.