From e6c0aebdb436ed67bbcce38fce69b042b3e469e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 15 Feb 2010 14:01:57 +0000 Subject: [PATCH] Remove supernumerary %s in output --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2