summaryrefslogtreecommitdiff
path: root/modules/update/update.report.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.report.inc')
-rw-r--r--modules/update/update.report.inc2
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']) .': ';