summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-07 10:40:55 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-07 10:40:55 +0000
commit9814b832b287455d662d0468a1890f4bcc7cf4ab (patch)
tree776e1788fd3869ee8f39e2d5514f1a44d532c530 /includes
parente585942e0fadea78b42e369b941df013b8438e5d (diff)
downloadbrdo-9814b832b287455d662d0468a1890f4bcc7cf4ab.tar.gz
brdo-9814b832b287455d662d0468a1890f4bcc7cf4ab.tar.bz2
- Remove trailing whitespace
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index b4752221c..356018c7a 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -439,7 +439,7 @@ function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) {
$output .= '<h1>' . drupal_get_title() . '</h1>';
if ($messages) {
- $output .= theme('status_messages');
+ $output .= theme('status_messages');
}
$output .= "\n<!-- begin content -->\n";
@@ -447,7 +447,7 @@ function theme_maintenance_page($content, $messages = TRUE, $partial = FALSE) {
$output .= "\n<!-- end content -->\n";
if (!$partial) {
- $output .= '</body></html>';
+ $output .= '</body></html>';
}
return $output;