aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r--ekdosis.dtx2
1 files changed, 1 insertions, 1 deletions
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()
1318 table.insert(output, i) 1318 table.insert(output, i)
1319 end 1319 end
1320 f:close() 1320 f:close()
1321 str = table.concat(output, "\n") 1321 str = table.concat(output)
1322 str = string.gsub(str, "</"..cur_abs_pg..">", "") 1322 str = string.gsub(str, "</"..cur_abs_pg..">", "")
1323 str = string.gsub(str, "<"..cur_abs_pg..">", " ") 1323 str = string.gsub(str, "<"..cur_abs_pg..">", " ")
1324 return str 1324 return str