diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-10-02 16:19:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-10-02 16:19:23 +0000 |
commit | d2d93b4bd3740be11ba771a662fa8a63d76fe5a2 (patch) | |
tree | 301195782c85c77389067d8cd9ed47f6470811f2 /modules/update | |
parent | 4bb5080ebe210c5fc0e90549dcacfb088d4cbce3 (diff) | |
download | brdo-d2d93b4bd3740be11ba771a662fa8a63d76fe5a2.tar.gz brdo-d2d93b4bd3740be11ba771a662fa8a63d76fe5a2.tar.bz2 |
- Patch #173486 by scor: fixed code style issues.
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/update.report.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc index d4f3f70f0..b3508cbcc 100644 --- a/modules/update/update.report.inc +++ b/modules/update/update.report.inc @@ -156,7 +156,7 @@ function theme_update_report($data) { $row .= "<div class=\"info\">\n"; if (!empty($project['extra'])) { - $row .= '<div class="extra">' ."\n"; + $row .= '<div class="extra">'."\n"; foreach ($project['extra'] as $key => $value) { $row .= '<div class="'. $value['class'] .'">'; $row .= check_plain($value['label']) .': '; |