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. --- search.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index 69dbf58..4512f04 100644 --- a/search.php +++ b/search.php @@ -231,7 +231,7 @@ function format_recur($arr) { if ($key == $last) $list .= $monthsofyear_lang[($month-1)]; else $list .= $monthsofyear_lang[($month-1)].$d; } - $print .= '
'."\n"; + $print .= '
'."\n"; $print .= str_replace('%list%', $list, $format_recur_lang['bymonth']); } @@ -246,7 +246,7 @@ function format_recur($arr) { if ($key == $last) $list .= $day; else $list .= $day.$d; } - $print .= '
'."\n"; + $print .= '
'."\n"; $print .= str_replace('%list%', $list, $format_recur_lang['bymonthday']); } @@ -262,7 +262,7 @@ function format_recur($arr) { if ($key == $last) $list .= $daysofweek_lang[$num]; else $list .= $daysofweek_lang[$num].$d; } - $print .= '
'."\n"; + $print .= '
'."\n"; $print .= str_replace('%list%', $list, $format_recur_lang['byday']); } -- cgit v1.2.3