/* Write the HTML page */
- fprintf(fp, "<!-- Automatically generated by silcmap --!>\n");
+ fprintf(fp, "<!-- Automatically generated by silcmap -->\n");
fprintf(fp, "<br /><hr ><br />\n");
/* General stuff */
/* Produce a simple HTML index file of all servers */
class = map->writehtml.text ? map->writehtml.text : "silcmap";
- fprintf(fp, "<!-- Automatically generated by silcmap --!>\n");
+ fprintf(fp, "<!-- Automatically generated by silcmap -->\n");
fprintf(fp, "<br />\n");
fprintf(fp, "<table cellspacing=\"0\" cellpadding=\"0\" "
"class=\"%s\" border=\"0\">\n", class);
memset(url, 0, sizeof(url));
- fprintf(fp, "<!-- Automatically generated by silcmap --!>\n");
+ fprintf(fp, "<!-- Automatically generated by silcmap -->\n");
fprintf(fp, "<img src=\"%s\" usemap=\"#map\" class=\"silcmap\">\n",
c->text);
fprintf(fp, "<map name=\"map\">\n");
/* Produce the reliability graph as HTML file. */
class = map->writerel.text ? map->writerel.text : "silcmap";
- fprintf(fp, "<!-- Automatically generated by silcmap --!>\n");
+ fprintf(fp, "<!-- Automatically generated by silcmap -->\n");
fprintf(fp, "<br />\n");
fprintf(fp, "<table cellspacing=\"0\" cellpadding=\"0\" "
"class=\"%s\" border=\"0\">\n", class);