-t CONSOLE: Change delimiter.
No leading \n is necessary. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
b955062245
commit
55bfbd3cde
|
@ -315,9 +315,9 @@ sub post {
|
||||||
|
|
||||||
# Test mode?
|
# Test mode?
|
||||||
if(defined($Options{'t'}) and $Options{'t'} =~ /console/i) {
|
if(defined($Options{'t'}) and $Options{'t'} =~ /console/i) {
|
||||||
print "\n-----BEGIN--------------------------------------------------\n";
|
print "-----BEGIN--------------------------------------------------\n";
|
||||||
print @$ArticleR;
|
print @$ArticleR;
|
||||||
print "\n------END---------------------------------------------------\n";
|
print "------END---------------------------------------------------\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue