--- psiconv/trunk/program/psiconv/psiconv.c 2004/01/09 22:20:03 185 +++ 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; @@ -150,12 +150,12 @@ } init_txt(); -#if 0 + init_image(); init_html(); +#if 0 init_html4(); init_latex(); init_rtf(); - init_image(); #endif while(1) {