do not generate " for " outside of attributes this changes the output

* entities.c: do not generate " for " outside of attributes
* result//*: this changes the output of some tests
Daniel
diff --git a/entities.c b/entities.c
index d108df8..1886d53 100644
--- a/entities.c
+++ b/entities.c
@@ -632,6 +632,7 @@
 	    *out++ = 'm';
 	    *out++ = 'p';
 	    *out++ = ';';
+#if 0
 	} else if (*cur == '"') {
 	    *out++ = '&';
 	    *out++ = 'q';
@@ -639,7 +640,6 @@
 	    *out++ = 'o';
 	    *out++ = 't';
 	    *out++ = ';';
-#if 0
 	} else if ((*cur == '\'') && (!html)) {
 	    *out++ = '&';
 	    *out++ = 'a';