diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-28 18:31:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-28 18:31:16 +0000 |
commit | 5a3d5149f4fb793b1bc177a3606e2ebcf938bba6 (patch) | |
tree | 50bbafc340ef4d05c9b0b8c0c5139a02c41cf181 /update.php | |
parent | 674df40a22133a8d7c04ad81fd9beb8faff3ec71 (diff) | |
download | brdo-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.php | 1 |
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>'; |