From dc33efa80a5b69a3d98f3f5b53020f63a0c1df3f Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 21 Aug 2019 10:09:28 +0200 Subject: bugfix: removed \n from table.concat() in ekdosis.appout() --- ekdosis.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ekdosis.dtx') diff --git a/ekdosis.dtx b/ekdosis.dtx index cd68b2e..7fab0d8 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -1318,7 +1318,7 @@ function ekdosis.appout() table.insert(output, i) end f:close() - str = table.concat(output, "\n") + str = table.concat(output) str = string.gsub(str, "", "") str = string.gsub(str, "<"..cur_abs_pg..">", " ") return str -- cgit v1.2.3