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
Comment #1
Ozeuss commentedthanks.
indeed, it was not missing, but i left an extra there, which is removed in latest HEAD.