]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* The 'To:' box accepts more characters now
[citadel.git] / webcit / webcit.c
index b595b01c230e41c0fefe3c3793bdab1d93be05d5..21ae6231a0bfb46afa709b58d06ab416b5e8e7c8 100644 (file)
@@ -722,7 +722,7 @@ void offer_start_page(void) {
        urlescputs(WC->wc_roomname);
        wprintf("\" title=\"RSS 2.0 feed for ");
        escputs(WC->wc_roomname);
-       wprintf("\"><img alt=\"RSS\" src=\"/static/xml_button.gif\"/></a>\n");
+       wprintf("\"><img alt=\"RSS\" border=\"0\" src=\"/static/xml_button.gif\"/></a>\n");
 }