From e3bcd166cf542e76f9944047c5432bf261eedf73 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 26 Nov 2008 22:00:01 +0000 Subject: [PATCH] replacing raw \n with newline git-svn-id: svn://10.0.0.236/trunk@255218 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/cvsblame.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bonsai/cvsblame.cgi b/mozilla/webtools/bonsai/cvsblame.cgi index 9ed207f37e8..5ed634070cd 100755 --- a/mozilla/webtools/bonsai/cvsblame.cgi +++ b/mozilla/webtools/bonsai/cvsblame.cgi @@ -73,7 +73,8 @@ my $SubHead = ''; my @src_roots = getRepositoryList(); # Add doctype to trigger IE6 standards mode: -print '\n'; +print ' +'; # Init byrd's 'feature' to allow html in comments #