X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=utils%2Fchangelog2doc.pl;h=a81f80c6f48e8ea0595037fa8a6cdef85a8273e0;hp=f4d27521ccf0dfbed94b6876b223c9b48a34cb63;hb=a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca;hpb=2dbee0b79404c35522b90e110445041a5822599d diff --git a/utils/changelog2doc.pl b/utils/changelog2doc.pl index f4d27521..a81f80c6 100755 --- a/utils/changelog2doc.pl +++ b/utils/changelog2doc.pl @@ -2,8 +2,6 @@ ########################################################################## # -# $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 # for the documentation but still needs fine-tuning. @@ -41,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;