]> code.citadel.org Git - citadel.git/commitdiff
fix bad copy/paste
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 11 May 2007 07:31:08 +0000 (07:31 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 11 May 2007 07:31:08 +0000 (07:31 +0000)
webcit/messages.c

index fe908def9d352565755305cdc591ceb2971270d1..ca6ff4ec88a5c5028e7b1f6970d8319a51097e07 100644 (file)
@@ -714,10 +714,6 @@ void read_message(long msgnum, int printable_view, char *section) {
         if (!printable_view) {
                 wprintf("<div id=\"msg%ld\" class=\"msgbuttons\" >\n",msgnum);
 
-       /** start msg buttons */
-       if (!printable_view) {
-               wprintf("<div id=\"\" class=\"msgbuttons\">\n");
-
                /** Reply */
                if ( (WC->wc_view == VIEW_MAILBOX) || (WC->wc_view == VIEW_BBS) ) {
                        wprintf("<a href=\"display_enter");