summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 0baed0463..20d0d0f81 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -570,7 +570,7 @@ function theme_help() {
*/
function theme_node($node, $teaser = FALSE, $page = FALSE) {
if (!$node->status) {
- $output = '<div class="node-unpublished">';
+ $output = '<div class="node-unpublished">';
}
if (module_exist('taxonomy')) {