-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?
|
||||
if(defined($Options{'t'}) and $Options{'t'} =~ /console/i) {
|
||||
print "\n-----BEGIN--------------------------------------------------\n";
|
||||
print "-----BEGIN--------------------------------------------------\n";
|
||||
print @$ArticleR;
|
||||
print "\n------END---------------------------------------------------\n";
|
||||
print "------END---------------------------------------------------\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue