[dev] Jonah weather summary

John Morrissey jwm at horde.net
Fri Jan 3 14:05:46 PST 2003


Flagging the Jonah weather summary as class="header" makes the entire
weather summary appear in bold. Was that intended?

john
-- 
John Morrissey          _o            /\         ----  __o
jwm at horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__
-------------- next part --------------
Index: api.php
===================================================================
RCS file: /repository/jonah/lib/api.php,v
retrieving revision 1.12
diff -u -u -r1.12 api.php
--- api.php	28 Dec 2002 05:03:51 -0000	1.12
+++ api.php	3 Jan 2003 19:03:00 -0000
@@ -57,7 +57,7 @@
     $summary .= '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>';
 
     if ($showWeather) {
-        $summary .= '<td class="header" valign="top">';
+        $summary .= '<td valign="top">';
         $summary .= jonahWeather();
         $summary .= '</td>';
     }


More information about the dev mailing list