I had forgotten a >. Sorry. Fix the bug where the edition area doesn't appear to...
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 6 Nov 2007 16:07:55 +0000 (16:07 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 6 Nov 2007 16:07:55 +0000 (16:07 +0000)
webcit/messages.c

index d392b4b69d961064f77265d794b9cc161677ab0b..3cd060b6c6e5fcde2a988ee0984758de57f42f0e 100644 (file)
@@ -3266,7 +3266,7 @@ void display_enter(void)
        wprintf("\" size=45 maxlength=70>\n");
        wprintf("</td></tr>");
 
-       wprintf("<tr><td colspan=\"3\"\n");
+       wprintf("<tr><td colspan=\"3\">\n");
 
        wprintf("<textarea name=\"msgtext\" cols=\"80\" rows=\"15\">");