* Remove HTML <head> and <title> sections from chat transcript. They aren't needed...
authorArt Cancro <ajc@citadel.org>
Thu, 24 Sep 2009 13:43:04 +0000 (13:43 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 24 Sep 2009 13:43:04 +0000 (13:43 +0000)
citadel/modules/chat/serv_chat.c

index 5643cf849c93ea914438b96ac0fae86bf87263dc..0012a569c163061c8ff5343321e8d02b368ffa94 100644 (file)
@@ -113,9 +113,9 @@ void log_instant_message(struct CitContext *me, struct CitContext *them, char *m
                imlist = this_im;
                StrBufAppendBufPlain(this_im->conversation,
                        "Content-type: text/html\r\n"
-                       "Content-transfer-encoding: 7bit\r\n\r\n"
-                       "<html><head><title>instant message transcript</title></head>\r\n"
-                       "<body>\r\n",
+                       "Content-transfer-encoding: 7bit\r\n"
+                       "\r\n"
+                       "<html><body>\r\n",
                        -1, 0);
        }