From 2494295a68cec082d335ee464beb67233042586a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 7 Feb 2010 15:12:25 -0500 Subject: Unbreak prototype and friends --- usr/local/www/head.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index 3958174..37f8cdf 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -33,7 +33,7 @@ $pagetitle = gentitle( $pgtitle ); - "; ?> + "; ?> @@ -43,18 +43,18 @@ $pagetitle = gentitle( $pgtitle ); - \n"; ?> + \n"; ?> \n"; - echo "\t\n"; + echo "\t\n"; + echo "\t\n"; } - echo "\t\n"; - echo "\t\n"; - echo "\t\n"; - echo "\t\n"; + echo "\t\n"; + echo "\t\n"; + echo "\t\n"; + echo "\t\n"; if(file_exists("{$g['www_path']}/javascript/global.js")) - echo "\t\n"; + echo "\t\n"; /* * Find all javascript files that need to be included * for this page ... from the arrays ... :) @@ -68,7 +68,7 @@ $pagetitle = gentitle( $pgtitle ); while (($file = readdir($dh)) !== false) { if (is_dir($file)) continue; - echo "\t\n"; + echo "\t\n"; } closedir($dh); } -- cgit v1.1