From c3e1144bb9f37326558bad3b34dfc64b08f17906 Mon Sep 17 00:00:00 2001 From: James Richards Date: Sat, 22 Mar 2003 23:12:23 +0000 Subject: [PATCH] Declared JavaScript as the default scripting language using a meta declaration in . Intrinsic events, such as onClick, no longer need to specify what language to use. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@122 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/printablesurvey.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/printablesurvey.php b/admin/printablesurvey.php index 6ed92a4dbce..3560fdbef44 100644 --- a/admin/printablesurvey.php +++ b/admin/printablesurvey.php @@ -44,7 +44,9 @@ header("Pragma: no-cache"); // HTTP/1.0 //Send ("Expires: " & Format$(Date - 30, "ddd, d mmm yyyy") & " " & Format$(Time, "hh:mm:ss") & " GMT ") //echo $htmlheader; -echo "\n\n\n"; +echo "\n\n"; +echo "\n"; +echo "\n\n"; // PRESENT SURVEY DATAENTRY SCREEN