diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -652,7 +652,7 @@ if( !noframes ) { - fputs("\n\n",pageFile); + fputs("\n\n",pageFile); } if( !ignore ) @@ -955,7 +955,7 @@ dumpMetaVars(page); fprintf(page,"\n"); - fprintf(page,"\n"); + fprintf(page,"\n"); } } ok = gTrue;