minor cleanup for day view

This commit is contained in:
skeeter 2001-01-10 05:53:00 +00:00
parent dd10e87173
commit e18b02cc39

View File

@ -1157,7 +1157,7 @@
if ($event->priority == 3) {
$this->hour_arr[$ind] .= "</font>";
}
$this->hour_arr[$ind] .= "<BR>";
$this->hour_arr[$ind] .= "<br>";
}
function print_day_at_a_glance($date,$owner=0) {