2009-12-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed the bug that line separator is missing in horizontal bar.
	* doc/xmlrpc/aria2mon
This commit is contained in:
Tatsuhiro Tsujikawa 2009-12-09 14:44:01 +00:00
parent e296c00e33
commit cf24e86f81
2 changed files with 6 additions and 1 deletions

View file

@ -142,5 +142,5 @@ result.each { |entry|
print "\n"
end
end
print "--------------------------------------------------------------------------------"
print "--------------------------------------------------------------------------------\n"
}