summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 8a1a4eb93..b341460b5 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -266,7 +266,7 @@ function drupal_not_found() {
menu_execute_active_handler();
}
else {
- print theme("page", '<h1>'. t('Page not found') .'</h1>');
+ print theme('page', '', t('Page not found'));
}
}