aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-15 02:42:13 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-15 02:42:13 +0000
commit05d312eb4148ea05727c6f1aac8583e46dc56781 (patch)
tree98d0351bf2d2ac367d57ce3d3c4343b7f32839b0 /search.php
parentd5a212a132331202510071cca860532674acb3c8 (diff)
downloadphpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.tar.gz
phpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.tar.bz2
phpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.zip
Moving files to valid XHTML.
Diffstat (limited to 'search.php')
-rw-r--r--search.php6
1 files changed, 3 insertions, 3 deletions
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 .= '<br>'."\n";
+ $print .= '<br />'."\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 .= '<br>'."\n";
+ $print .= '<br />'."\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 .= '<br>'."\n";
+ $print .= '<br />'."\n";
$print .= str_replace('%list%', $list, $format_recur_lang['byday']);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy