-t CONSOLE: Change delimiter.
authorThomas Hochstein <thh@inter.net>
Fri, 9 Apr 2010 23:43:19 +0000 (01:43 +0200)
committerThomas Hochstein <thh@inter.net>
Fri, 9 Apr 2010 23:43:19 +0000 (01:43 +0200)
No leading \n is necessary.

Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 7313305..194d4f5 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -315,9 +315,9 @@ sub post {
 
   # Test mode?
   if(defined($Options{'t'}) and $Options{'t'} =~ /console/i) {
 
   # Test mode?
   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;
   }
 
This page took 0.012164 seconds and 4 git commands to generate.