diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-22 17:54:58 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-22 17:54:58 -0700 |
commit | 317d9eea17e9181e2e0b54651c7f04e6d0e8c230 (patch) | |
tree | bf042b8f7caed6e27cd4fae67409eb67d5b9ed53 /src/Text/Pandoc/Readers/Odt/Namespaces.hs | |
parent | 48b68aac43bbd7aed397c01ecc94c703f7b81fa7 (diff) | |
download | pandoc-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.hs | 2 |
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 + ] |