From 3479a92321ed7fe7e2133d3daec2d4f5fd53fbc6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 2 Nov 2019 03:01:48 +0000 Subject: CTAN sync 201911020301 --- support/make4ht/domfilters/make4ht-aeneas.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/make4ht/domfilters/make4ht-aeneas.lua') diff --git a/support/make4ht/domfilters/make4ht-aeneas.lua b/support/make4ht/domfilters/make4ht-aeneas.lua index 0b93c95840..4a21c89332 100644 --- a/support/make4ht/domfilters/make4ht-aeneas.lua +++ b/support/make4ht/domfilters/make4ht-aeneas.lua @@ -5,6 +5,7 @@ -- local cssquery = require "luaxml-cssquery" local mkutils = require "mkutils" +local log = logging.new "aeneas" -- Table of CSS selectors to be skipped. local skip_elements = { "math", "svg"} @@ -111,7 +112,7 @@ local function aeneas(dom, par) then local idtitle idtitle, id = make_id(id, id_prefix) - print(el._name, first_child._text) + log:debug(el._name, first_child._text) el:set_attribute("id", idtitle) return el end -- cgit v1.2.3