X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=utils%2Fchangelog2doc.pl;h=a81f80c6f48e8ea0595037fa8a6cdef85a8273e0;hp=039db37b4d85f0efb7b6be5f2bb25f987ee4abf1;hb=873efe14859c0fb3f53a905eb346c36cf5fe7eda;hpb=7ecdaff4e6e989eaa70d1ffec88c0e5dfbeb19bb diff --git a/utils/changelog2doc.pl b/utils/changelog2doc.pl index 039db37b..a81f80c6 100755 --- a/utils/changelog2doc.pl +++ b/utils/changelog2doc.pl @@ -39,7 +39,7 @@ sub read_entries() { next unless $section_reached; next if /^\s*$/; - if (/^(\s*)-/) { + if (/^(\s*)- /) { my $indentation = length($1); if ($i > 1 and $entries[$i]{indentation} > $indentation) { $entries[$i]{last_list_item} = 1;