From 84312341666d97ff1cff2a54673a35a15c2792f9 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 21 Feb 2004 10:42:27 +0000 Subject: [PATCH] HTML comment fixes --- apps/silcmap/silcmap_html.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/silcmap/silcmap_html.c b/apps/silcmap/silcmap_html.c index f3b82781..f6c56aef 100644 --- a/apps/silcmap/silcmap_html.c +++ b/apps/silcmap/silcmap_html.c @@ -46,7 +46,7 @@ bool silc_map_writehtml(SilcMap map, SilcMapConnection mapconn) /* Write the HTML page */ - fprintf(fp, "\n"); + fprintf(fp, "\n"); fprintf(fp, "


\n"); /* General stuff */ @@ -317,7 +317,7 @@ bool silc_map_writehtml_index(SilcMap map) /* Produce a simple HTML index file of all servers */ class = map->writehtml.text ? map->writehtml.text : "silcmap"; - fprintf(fp, "\n"); + fprintf(fp, "\n"); fprintf(fp, "
\n"); fprintf(fp, "\n", class); @@ -388,7 +388,7 @@ bool silc_map_writemaphtml(SilcMap map) memset(url, 0, sizeof(url)); - fprintf(fp, "\n"); + fprintf(fp, "\n"); fprintf(fp, "\n", c->text); fprintf(fp, "\n"); @@ -516,7 +516,7 @@ bool silc_map_writerelhtml(SilcMap map) /* Produce the reliability graph as HTML file. */ class = map->writerel.text ? map->writerel.text : "silcmap"; - fprintf(fp, "\n"); + fprintf(fp, "\n"); fprintf(fp, "
\n"); fprintf(fp, "
\n", class); -- 2.24.0