diff options
Diffstat (limited to 'frontends/php/include/html.inc.php')
| -rw-r--r-- | frontends/php/include/html.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index 092913b8..a770b2af 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -71,8 +71,8 @@ function table_row($elements, $rownum) { - if($rownum%2 == 1) { echo "<TR BGCOLOR=#DDDDDD>"; } - else { echo "<TR BGCOLOR=#EEEEEE>"; } + if($rownum%2 == 1) { echo "<TR BGCOLOR=\"#DDDDDD\">"; } + else { echo "<TR BGCOLOR=\"#EEEEEE\">"; } while(list($num,$element)=each($elements)) { |
