Move vcard.c into libcitadel.
[citadel.git] / webcit / html2html.c
index b15455b675b7861577e7ea19316ebc33ddfa51fa..893acf2a9fa56d49604fbeffc90586795d63152f 100644 (file)
@@ -8,7 +8,6 @@
  */
 /*@{*/
 #include "webcit.h"
-#include "vcard.h"
 #include "webserver.h"
 
 
@@ -139,7 +138,7 @@ void output_html(char *supplied_charset, int treat_as_wiki) {
        }
 
        /** Do a first pass to isolate the message body */
-       ptr = msg;
+       ptr = msg + 1;
        msgstart = msg;
        msgend = &msg[content_length];