diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-11-18 20:47:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-11-18 20:47:53 +0000 |
commit | e641cacd01aac3942ba52e7f480d0c8e9c54a32f (patch) | |
tree | efaad9c6d52154216f5697c249bb4aedfdf11307 /modules/queue.module | |
parent | 41295e4d0063cfa33ba5a078211c22079e22be2a (diff) | |
download | brdo-e641cacd01aac3942ba52e7f480d0c8e9c54a32f.tar.gz brdo-e641cacd01aac3942ba52e7f480d0c8e9c54a32f.tar.bz2 |
queue.module:
- small visual bugfix
Diffstat (limited to 'modules/queue.module')
-rw-r--r-- | modules/queue.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/queue.module b/modules/queue.module index 2ec8bdb4a..763825123 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -90,7 +90,7 @@ function queue_overview() { } if ($node->teaser) { - $output .= " <tr><td colspan=\"4\"><div style=\"margin-left: 40px; margin-bottom: 20px; font-size: 10px;\">$node->teaser</div></td></tr>"; + $output .= " <tr><td colspan=\"4\"><div style=\"margin-left: 40px; margin-bottom: 20px; font-size: 10px;\">". check_output($node->teaser, 1) ."</div></td></tr>"; } } $output .= "</table>"; |