diff options
Diffstat (limited to 'Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua')
-rw-r--r-- | Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua b/Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua index 4a4ac6689ca..25fb339c0f8 100644 --- a/Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua +++ b/Master/texmf-dist/scripts/make4ht/formats/make4ht-xhtml.lua @@ -3,8 +3,7 @@ local M = {} local mkutils = require "mkutils" function M.prepare_extensions(extensions) - -- return mkutils.add_extensions("+common_domfilters", extensions) - return extensions + return mkutils.add_extensions("+common_domfilters", extensions) end function M.prepare_parameters(parameters,extensions) |