Yet another hack on the formatting change.
This commit is contained in:
parent
e8fbe2dea2
commit
05deb600f8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ foreach my $location (keys %data) {
|
||||||
}
|
}
|
||||||
if ($output ne "") {
|
if ($output ne "") {
|
||||||
print "\${color}\$hr\n";
|
print "\${color}\$hr\n";
|
||||||
$vpos += 10 * $TEXT_LINE_OFFSET_VPOS_AMOUNT;
|
$vpos += 7 * $TEXT_LINE_OFFSET_VPOS_AMOUNT;
|
||||||
}
|
}
|
||||||
$record =~ s/\n/ /gm;
|
$record =~ s/\n/ /gm;
|
||||||
if (keys(%data) > 0 and length($output) > 0) {
|
if (keys(%data) > 0 and length($output) > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue