From ad86114448a49bbf132b36b4a1cfbab9628f328c Mon Sep 17 00:00:00 2001 From: Greg Westin Date: Thu, 5 Feb 2004 07:06:11 +0000 Subject: Cleaned up code, checking with the W3C HTML validator. --- functions/list_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index 1875bf9..170daa5 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -14,7 +14,7 @@ function list_jumps() { function list_calcolors() { global $template, $master_array; foreach ($master_array[-3] as $key => $val) { - $return .= ' '.$val.'
'; + $return .= ' '.$val.'
'; } return $return; @@ -114,4 +114,4 @@ function list_languages() { } -?> \ No newline at end of file +?> -- cgit v1.2.3