--- /tmp/dsg/dolibarr/htdocs/theme/md/ckeditor/github_config.js
+++ /tmp/dsg/dolibarr/htdocs/theme/md/ckeditor/client_config.js
@@ -9,9 +9,6 @@
 	// http://docs.cksource.com/CKEditor_3.x/Developers_Guide

 	// http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html

 	config.enterMode = CKEDITOR.ENTER_BR;

-	//config.forceSimpleAmpersand = true;	// When you put a <img src="x?a=a&b=b"> into the textarea, and go into "source", then ckeditor change the & into &amp;. We don't want this. But this option does not fix this.

-	//config.entities = false;			// When you put a <img src="x?a=a&b=b"> into the textarea, and go into "source", then ckeditor change the & into &amp;. We don't want this. But this option does not fix this.

-	//config.entities_greek = false;

 	config.resize_enabled = false;

 	//config.resize_maxHeight = 3000;

 	//config.resize_maxWidth = 3000;