Fix a div placed at the bad place
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 3 Jun 2007 07:02:14 +0000 (07:02 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 3 Jun 2007 07:02:14 +0000 (07:02 +0000)
webcit/messages.c

index 94267b178945131efeff9c445bfbd608e14138da..8ac9f8cd69ce5c40bd24ec25109b8be74ba6a7bb 100644 (file)
@@ -2373,7 +2373,6 @@ void readloop(char *oper)
        }
 
        if (is_summary) {
-               wprintf("</div>\n");            /** end of 'content' div */
 
                wprintf("<script language=\"javascript\" type=\"text/javascript\">"
                        " document.onkeydown = CtdlMsgListKeyPress;     "
@@ -2612,6 +2611,7 @@ DONE:
                WC->num_summ = 0;
                WC->summ = NULL;
        }
+wprintf("</div>\n");           /** end of 'content' div */
 }