From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 13 Nov 2011 17:00:54 +0000 (+0000)
Subject: Add another closing listitem tag in create_listitem_markup()
X-Git-Tag: v_3_0_18~22
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@edit-actions-remove-url-form?a=commitdiff_plain;h=2dbee0b79404c35522b90e110445041a5822599d;p=privoxy.git

Add another closing listitem tag in create_listitem_markup()

It's a mystery why nobody missed it earlier.
---

diff --git a/utils/changelog2doc.pl b/utils/changelog2doc.pl
index f8a3b079..f4d27521 100755
--- a/utils/changelog2doc.pl
+++ b/utils/changelog2doc.pl
@@ -2,7 +2,7 @@
 
 ##########################################################################
 #
-# $Id: changelog2doc.pl,v 1.2 2008/09/26 16:49:09 fabiankeil Exp $
+# $Id: changelog2doc.pl,v 1.7 2010/10/31 13:29:31 fabiankeil Exp $
 #
 # Filter to parse the ChangeLog and translate the changes for
 # the most recent version into something that looks like markup
@@ -86,6 +86,7 @@ sub create_listitem_markup($) {
     } else {
         if (defined $entry->{last_list_item}) {
             $markup .= $lws . " </para>\n";
+            $markup .= $lws . " </listitem>\n";
             $markup .= $lws . "</itemizedlist>\n";
             $lws = $default_lws;
         }