From 480e7ab2058eb748cfaf5ea2fa6f6c6b9052da27 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Tue, 13 Jul 1999 02:04:21 +0000 Subject: [PATCH] perl -c is your friend. fix compile errors. git-svn-id: svn://10.0.0.236/trunk@39037 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/viewallnotes.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/tinderbox/viewallnotes.cgi b/mozilla/webtools/tinderbox/viewallnotes.cgi index b3548b77c57..79e6a98aeaa 100755 --- a/mozilla/webtools/tinderbox/viewallnotes.cgi +++ b/mozilla/webtools/tinderbox/viewallnotes.cgi @@ -23,13 +23,13 @@ require 'lloydcgi.pl'; require 'header.pl'; use Date::Parse; -use Date::Format +use Date::Format; my $TIMEFORMAT = "%D %T"; $| = 1; -À€ l print "Content-type: text/html\n\n\n"; +print "Content-type: text/html\n\n\n"; print "

Notes log

\n";