aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Namespaces.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-22 17:54:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-22 17:54:58 -0700
commit317d9eea17e9181e2e0b54651c7f04e6d0e8c230 (patch)
treebf042b8f7caed6e27cd4fae67409eb67d5b9ed53 /src/Text/Pandoc/Readers/Odt/Namespaces.hs
parent48b68aac43bbd7aed397c01ecc94c703f7b81fa7 (diff)
downloadpandoc-317d9eea17e9181e2e0b54651c7f04e6d0e8c230.tar.gz
Changed § to % in operators from Odt.Arrows.Utils.
This prevents problems building haddocks with "C" locale. Closes #2457.
Diffstat (limited to 'src/Text/Pandoc/Readers/Odt/Namespaces.hs')
-rw-r--r--src/Text/Pandoc/Readers/Odt/Namespaces.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Odt/Namespaces.hs b/src/Text/Pandoc/Readers/Odt/Namespaces.hs
index e28056814..deb009998 100644
--- a/src/Text/Pandoc/Readers/Odt/Namespaces.hs
+++ b/src/Text/Pandoc/Readers/Odt/Namespaces.hs
@@ -107,4 +107,4 @@ nsIDs = [
("http://www.w3.org/1999/xhtml" , NsXHtml ),
("http://www.w3.org/2002/xforms" , NsXForms ),
("http://www.w3.org/1999/xlink" , NsXLink )
- ] \ No newline at end of file
+ ]