diff options
Diffstat (limited to 'modules/import.module')
-rw-r--r-- | modules/import.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/import.module b/modules/import.module index bed70896e..9da1b50d3 100644 --- a/modules/import.module +++ b/modules/import.module @@ -735,7 +735,7 @@ function import_page_blocks($blocks) { theme("header"); theme("box", t("News feeds"), import_page_info()); - print "<table cellpadding=\"0\" cellspacing=\"5\" border=\"0\" width=\"100%\">\n"; + print "<table cellpadding=\"0\" cellspacing=\"5\" border=\"0\" style=\"width: 100%;\">\n"; print " <tr>\n"; for ($t = 0; $t < 3; $t++) { |