Author: adam-guest
Date: 2008-02-20 00:59:23 +0000 (Wed, 20 Feb 2008)
New Revision: 1032

Modified:
   trunk/scripts/tagpending.pl
Log:
Add spacer lines either side of the comment block

Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-02-20 00:46:07 UTC (rev 1031)
+++ trunk/scripts/tagpending.pl 2008-02-20 00:59:23 UTC (rev 1032)
@@ -265,7 +265,7 @@
            }
        }
 
-       $comments = " " . $header . "\n \n" . $comments
+       $comments = " \n " . $header . "\n \n" . $comments . " \n"
            if $comments;
     }
 }



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to