diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-16 17:09:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-16 17:09:23 +0000 |
commit | ef8735614fdc50ad1512027dcb1ea84f67becb3a (patch) | |
tree | b7878147b6973cc71bc348e7b4565da6b4ad661c /modules/aggregator | |
parent | e5f2c1ef0e6745017acf5e57c9e2913b21d6f2e4 (diff) | |
download | brdo-ef8735614fdc50ad1512027dcb1ea84f67becb3a.tar.gz brdo-ef8735614fdc50ad1512027dcb1ea84f67becb3a.tar.bz2 |
- Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index bed70896e..9da1b50d3 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/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++) { |