From: Pekka Riikonen Date: Sat, 21 Feb 2004 10:42:27 +0000 (+0000) Subject: HTML comment fixes X-Git-Tag: 1.2.beta1~802 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=84312341666d97ff1cff2a54673a35a15c2792f9 HTML comment fixes --- 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);