diff options
Diffstat (limited to 'support/make4ht/formats/make4ht-xhtml.lua')
-rw-r--r-- | support/make4ht/formats/make4ht-xhtml.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/support/make4ht/formats/make4ht-xhtml.lua b/support/make4ht/formats/make4ht-xhtml.lua index 4a4ac6689c..25fb339c0f 100644 --- a/support/make4ht/formats/make4ht-xhtml.lua +++ b/support/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) |