From 05d312eb4148ea05727c6f1aac8583e46dc56781 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 15 May 2004 02:42:13 +0000 Subject: Moving files to valid XHTML. --- functions/list_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index 170daa5..b2dcf04 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; -- cgit v1.2.3