summaryrefslogtreecommitdiff
path: root/support/make4ht/extensions/make4ht-ext-join_colors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'support/make4ht/extensions/make4ht-ext-join_colors.lua')
-rw-r--r--support/make4ht/extensions/make4ht-ext-join_colors.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make4ht/extensions/make4ht-ext-join_colors.lua b/support/make4ht/extensions/make4ht-ext-join_colors.lua
index 4d72b0e15b..11e6d66fd2 100644
--- a/support/make4ht/extensions/make4ht-ext-join_colors.lua
+++ b/support/make4ht/extensions/make4ht-ext-join_colors.lua
@@ -9,7 +9,7 @@ function M.test(format)
end
function M.modify_build(make)
- local process = filter {"joincolors"}
+ local process = filter({"joincolors"}, "joincolors")
make:match("html?$", process)
return make
end