developer-manual: Add more build instructions for Debian
[privoxy.git] / utils / changelog2doc.pl
index 039db37..a81f80c 100755 (executable)
@@ -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;