From 317d9eea17e9181e2e0b54651c7f04e6d0e8c230 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Oct 2015 17:54:58 -0700 Subject: Changed ยง to % in operators from Odt.Arrows.Utils. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevents problems building haddocks with "C" locale. Closes #2457. --- src/Text/Pandoc/Readers/Odt/Namespaces.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers/Odt/Namespaces.hs') 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 + ] -- cgit v1.2.3