summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index bed70896e..9da1b50d3 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.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++) {