From 4a7ad144766ca9c7845627fbf8b4956a0e8ed6e6 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 16 Sep 2005 02:36:01 +0000 Subject: [PATCH] * The 'To:' box accepts more characters now * Removed the border from the new 'XML' button --- webcit/ChangeLog | 5 ++++- webcit/messages.c | 2 +- webcit/webcit.c | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 3846f9739..e2494fa9e 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 625.4 2005/09/16 02:36:01 ajc +* The 'To:' box accepts more characters now +* Removed the border from the new 'XML' button + Revision 625.3 2005/09/16 01:20:00 error Add Reply and Email links; and an RSS link in the header @@ -2965,4 +2969,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/messages.c b/webcit/messages.c index 340a4ca74..ad6c41891 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2393,7 +2393,7 @@ void display_enter(void) wprintf("" ""); + wprintf("\" size=50 maxlength=300>"); wprintf("
"); diff --git a/webcit/webcit.c b/webcit/webcit.c index b595b01c2..21ae6231a 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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("\">\"RSS\"\n"); + wprintf("\">\"RSS\"\n"); } -- 2.39.2