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/comment/comment.module | |
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/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 40a8b4408..8e4221cba 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1293,7 +1293,7 @@ function comment_thread_max($comment, $threshold, $level = 0) { */ if ($level) { - print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td style=\"width: ". ($level * 25) ."px;\"> </td><td>\n"; + print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width: 100%;\"><tr><td style=\"width: ". ($level * 25) ."px;\"> </td><td>\n"; } comment_view($comment, comment_links($comment, 0), comment_visible($comment, $threshold)); |