Yet another hack on the formatting change.

This commit is contained in:
Bradley M. Kuhn 2014-01-24 14:54:01 -05:00
parent e8fbe2dea2
commit 05deb600f8

View file

@ -133,7 +133,7 @@ foreach my $location (keys %data) {
}
if ($output ne "") {
print "\${color}\$hr\n";
$vpos += 10 * $TEXT_LINE_OFFSET_VPOS_AMOUNT;
$vpos += 7 * $TEXT_LINE_OFFSET_VPOS_AMOUNT;
}
$record =~ s/\n/ /gm;
if (keys(%data) > 0 and length($output) > 0) {