*** empty log message ***
This commit is contained in:
parent
1ad616b1d1
commit
b9b20759e5
1 changed files with 4 additions and 1 deletions
|
@ -140,6 +140,9 @@ char *preamble =
|
|||
"</head>\n"
|
||||
"<body>\n";
|
||||
|
||||
char *epilog =
|
||||
"<p><a href=\"http://sourceforge.net\"><img src=\"http://sflogo.sourceforge.net/sflogo.php?group_id=103462&type=2\" width=\"125\" height=\"37\" border=\"0\" alt=\"SourceForge.net Logo\" /></a></body></html>\n";
|
||||
|
||||
char newfilename[BUFLEN], buf[BUFLEN];
|
||||
FILE *fout;
|
||||
int ncol;
|
||||
|
@ -172,7 +175,7 @@ emit_html(char *filename, int special)
|
|||
fputs("</tt><br>\n", fout);
|
||||
}
|
||||
|
||||
fputs("</body>\n</html>\n", fout);
|
||||
fputs(epilog, fout);
|
||||
|
||||
fclose(f);
|
||||
fclose(fout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue