Just a typo.
--- a/LICENSE.txt Wed May 09 17:13:33 2012 +0200
+++ b/LICENSE.txt Thu May 10 09:22:57 2012 +0200
@@ -1,6 +1,6 @@
COMT: Web-based text annotation
Copyright (C) 2006-2010 Sopinspace, Society for Public Information Spaces, www.sopinspace.com
-Key developers: Renaud Bernard, Raphaël Badin, Gérald Sedrati-Dinet, Simon Descarpentries
+Key developers: Renaud Bernard, Raphaël Badin, Gérald Sédrati-Dinet, Simon Descarpentries
Software license: GNU AGPLv3 or any later version
Translation files license: CC-By
--- a/src/cm/converters/pandoc_converters.py Wed May 09 17:13:33 2012 +0200
+++ b/src/cm/converters/pandoc_converters.py Thu May 10 09:22:57 2012 +0200
@@ -15,7 +15,7 @@
import re
PANDOC_BIN = "pandoc"
-PANDOC_OPTIONS = " --sanitize-html --email-obfuscation=none "
+PANDOC_OPTIONS = " --email-obfuscation=none "
PANDOC_OPTIONS_RAW = " -R --email-obfuscation=none "
MARKDOWN2PDF_BIN = "markdown2pdf"