]> code.citadel.org Git - citadel.git/commitdiff
Added in the missing '>' character for a <div> tag; this
authorArt Cancro <ajc@citadel.org>
Wed, 13 Jun 2007 19:38:02 +0000 (19:38 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Jun 2007 19:38:02 +0000 (19:38 +0000)
fixes the bulletin board view in IE7

webcit/messages.c

index 7b67e23356fc27e6fd6b7a3c306513650cdf4117..d5438d38897964b0008c092c082f845bed32fb4a 100644 (file)
@@ -1009,7 +1009,7 @@ void read_message(long msgnum, int printable_view, char *section) {
 
 
        /** Begin body */
-       wprintf("<div class=\"message_content\" ");
+       wprintf("<div class=\"message_content\">");
 
        /**
         * Learn the content type