ChangeLog: Import changes from the wiki.
[collectd.git] / contrib / wiki2changelog.pl
index 9631091..b8fc965 100755 (executable)
@@ -71,5 +71,5 @@ while (<>)
        $line =~ s#''(.*?)''#$1#g;
        $line =~ s#<code>(.*?)</code>#"$1"#gi;
 
-       print format_line($line);
+       print format_entry($line);
 }