Just a typo.
authorgibus
Thu, 10 May 2012 09:22:57 +0200
changeset 418 8e3c6d8c39f8
parent 417 c5e91f204371
child 419 34f5b9e4c4f9
Just a typo.
LICENSE.txt
src/cm/converters/pandoc_converters.py
--- 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"