From e4618d1f3db70710b81b77e0fe98a734d6c90c06 Mon Sep 17 00:00:00 2001 From: Christoph Päper Date: Mon, 16 Dec 2019 21:48:15 +0100 Subject: Update make_spec.lua (#626) Removes extraneous href attribute on headings. fixes #625 --- tools/make_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/make_spec.lua b/tools/make_spec.lua index 05a1270..c247142 100644 --- a/tools/make_spec.lua +++ b/tools/make_spec.lua @@ -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'}}) -- cgit v1.2.3