From: Frédéric Marchal Date: Mon, 15 Feb 2010 14:01:57 +0000 (+0000) Subject: Remove supernumerary %s in output X-Git-Tag: v2.3-pre2~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6c0aebdb436ed67bbcce38fce69b042b3e469e9;p=thirdparty%2Fsarg.git Remove supernumerary %s in output --- diff --git a/html.c b/html.c index 560dd41..b9df41b 100644 --- a/html.c +++ b/html.c @@ -357,7 +357,7 @@ void htmlrel(void) } fputs("%s",fp_ou); + fputs("\">",fp_ou); output_html_string(fp_ou,url,100); fputs("",fp_ou); }