--- psiconv/trunk/program/psiconv/psiconv.c 2004/01/18 19:58:12 187 +++ psiconv/trunk/program/psiconv/psiconv.c 2004/01/26 21:56:49 190 @@ -132,7 +132,7 @@ const char *inputfilename = ""; const char *outputfilename = ""; - char *type = strdup("HTML3"); + char *type = strdup("HTML4"); encoding encoding_type=ENCODING_UTF8; psiconv_list outputlist; @@ -151,8 +151,8 @@ init_txt(); init_image(); -#if 0 init_html(); +#if 0 init_html4(); init_latex(); init_rtf();