/[public]/psiconv/trunk/program/psiconv/gen_html4.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/gen_html4.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 53 Revision 56
497 fputs("</BODY>\n</HTML>\n", of); 497 fputs("</BODY>\n</HTML>\n", of);
498 498
499 return fclose(of); 499 return fclose(of);
500} 500}
501 501
502static struct psiconv_fileformat ff = 502static struct psiconv_fileformat_s ff =
503 { 503 {
504 "HTML4", 504 "HTML4",
505 "HTML 4.0 with cascading style sheets", 505 "HTML 4.0 with cascading style sheets",
506 psiconv_gen_html4 506 psiconv_gen_html4
507 }; 507 };

Legend:
Removed from v.53  
changed lines
  Added in v.56

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26