diff options
Diffstat (limited to 'frontends/php/maps.php')
| -rw-r--r-- | frontends/php/maps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php index 573ace2d..d7b0b3bf 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -90,7 +90,7 @@ show_table_header($map); - echo "<TABLE BORDER=0 COLS=4 WIDTH=\"100%\" BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; + echo "<TABLE BORDER=0 COLS=4 align=center WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; echo "<TR BGCOLOR=#EEEEEE>"; echo "<TR BGCOLOR=#DDDDDD>"; echo "<TD ALIGN=CENTER>"; |
