File: office_hours.module
// $Id: office_hours.module,v 1.1.2.1.2.2 2008/08/08 16:08:50 ozeuss Exp $

Line 263:

return '<div class="oh-display">'.$day.'- </span><span class="oh-display-hours">'.$strhrs.' - '.$endhrs.'</span></div>';

to

return '<div class="oh-display"><span class="oh-display-day">'.$day.'- </span><span class="oh-display-hours">'.$strhrs.' - '.$endhrs.'</span></div>';

I'm guessing that the span would have a class of oh-display-day

Comments

Ozeuss’s picture

Status: Active » Fixed

thanks.
indeed, it was not missing, but i left an extra there, which is removed in latest HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.