summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-28 18:31:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-28 18:31:16 +0000
commit5a3d5149f4fb793b1bc177a3606e2ebcf938bba6 (patch)
tree50bbafc340ef4d05c9b0b8c0c5139a02c41cf181 /update.php
parent674df40a22133a8d7c04ad81fd9beb8faff3ec71 (diff)
downloadbrdo-5a3d5149f4fb793b1bc177a3606e2ebcf938bba6.tar.gz
brdo-5a3d5149f4fb793b1bc177a3606e2ebcf938bba6.tar.bz2
#977174 by AlexisWilke: Update results generate a spurious </ul>.
Diffstat (limited to 'update.php')
-rw-r--r--update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.php b/update.php
index 1dd7cd618..982af6aaa 100644
--- a/update.php
+++ b/update.php
@@ -204,7 +204,6 @@ function update_results_page() {
$output .= '<ul>' . implode("\n", $messages) . "</ul>\n";
}
}
- $output .= '</ul>';
}
}
$output .= '</div>';