From b6ed2cdb7705497330a9345cb89b7d20a8680912 Mon Sep 17 00:00:00 2001 From: Igor Slepchin Date: Wed, 8 Feb 2012 19:22:13 -0500 Subject: [PATCH] Bug 45807: Close li tags in generated outlines. Also, add newlines after ul tags for better readability. --- utils/HtmlOutputDev.cc | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index ee4da7f..43fc21a 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -1631,7 +1631,7 @@ GBool HtmlOutputDev::newOutlineLevel(FILE *output, GooList *outlines, Catalog* c fputs("", output); fputs("

Document Outline

\n", output); } - fputs("\n",output); return atLeastOne; } -- 1.7.7.6