From 788c4e778a210c19341a3d308e2d46519d9d90aa Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 15 May 2004 03:07:21 +0000 Subject: More XHTML conversion. --- functions/list_functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index b2dcf04..a3e164d 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -29,7 +29,7 @@ function list_months() { $month_month = date("m", $month_time); $select_month = localizeDate($dateFormat_month, $month_time); if ($month_month == $getdate_month) { - $return .= "\n"; + $return .= "\n"; } else { $return .= "\n"; } @@ -53,7 +53,7 @@ function list_years() { $getdate_date = date("Ymd", $year_time); $getdate_year = date("Y", $year_time); - $return .= "\n"; + $return .= "\n"; for ($i=0; $i < $num_years; $i++) { $offset = $i + 1; @@ -83,7 +83,7 @@ function list_weeks() { $select_week2 = localizeDate($dateFormat_week_jump, $end_week_time); if (($check_week >= $start_week_time) && ($check_week <= $end_week_time)) { - $return .= "\n"; + $return .= "\n"; } else { $return .= "\n"; } @@ -102,7 +102,7 @@ function list_languages() { if (substr($file, -8) == ".inc.php") { $language_tmp = urlencode(ucfirst(substr($file, 0, -8))); if ($language_tmp == $tmp_pref_language) { - $return .= "\n"; + $return .= "\n"; } else { $return .= "\n"; } -- cgit v1.2.3