Start with white
authorJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:23:43 +0000 (11:23 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 7 Oct 2007 11:23:43 +0000 (11:23 +0000)
src/Infodrom/events/index.wml

index 9790709..1712023 100644 (file)
@@ -49,7 +49,7 @@
 
   $sth = pg_exec ($dbh, $query) or die("Datenbank-Abfrage!");
 
-  $color = "<cold>";
+  $color = "<coln>";
   for ($i=0; $i < pg_NumRows ($sth); $i++) {
     $row = pg_fetch_array ($sth, $i);
 
@@ -65,7 +65,7 @@
       if ($year > 0) {
         echo ($event_table_end);
       }
-      $color = "<cold>";
+      $color = "<coln>";
       printf ("<h3>Upcoming events in %s</h3>", $thisyear);
       echo ($event_table_start);
       $year = $thisyear;