diff --git a/ChangeLog b/ChangeLog index 44c97003..55f78f7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-09 Tatsuhiro Tsujikawa + + Fixed the bug that line separator is missing in horizontal bar. + * doc/xmlrpc/aria2mon + 2009-12-09 Tatsuhiro Tsujikawa Updated usage text for --metalink-file option. diff --git a/doc/xmlrpc/aria2mon b/doc/xmlrpc/aria2mon index f7666deb..9082e961 100755 --- a/doc/xmlrpc/aria2mon +++ b/doc/xmlrpc/aria2mon @@ -142,5 +142,5 @@ result.each { |entry| print "\n" end end - print "--------------------------------------------------------------------------------" + print "--------------------------------------------------------------------------------\n" }