summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/docx_fixup.sed5
1 files changed, 1 insertions, 4 deletions
diff --git a/script/docx_fixup.sed b/script/docx_fixup.sed
index ad22078..146fac9 100644
--- a/script/docx_fixup.sed
+++ b/script/docx_fixup.sed
@@ -1,8 +1,5 @@
# Render a thematic break as 3 hash symbols.
-#
-# XXX need to replace the surrounding <simpara> with whatever it takes to
-# get a horizontal-rule to show up in LibreOffice
-s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;,
+s,<\?asciidoc-hr\?>,\&\#35; \&\#35; \&\#35;,
# Asciidoctor puts a zero-width space after ellipses for some reason -- get
# rid of it.