From f5fdc81df2ac0e61ccea7ca1c52d05f99efdf9a0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 25 Jan 2011 16:30:52 -0500 Subject: [PATCH] Reinstate the 'read more...' link when issuing a 503 --- webcit/webcit.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webcit/webcit.c b/webcit/webcit.c index 57399ca22..08d6a8ab0 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -709,6 +709,11 @@ void session_loop(void) "connected to the Citadel server. Please report " "this problem to your system administrator.") ); + wc_printf("
"); + wc_printf("%s", + _("Read More...") + ); wc_printf("\n"); end_burst(); goto SKIP_ALL_THIS_CRAP; -- 2.30.2