aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/layout')
-rw-r--r--views/default/layout/shells/content/header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/layout/shells/content/header.php b/views/default/layout/shells/content/header.php
index a7c0d1389..a4fa2d354 100644
--- a/views/default/layout/shells/content/header.php
+++ b/views/default/layout/shells/content/header.php
@@ -37,8 +37,8 @@ if ($context) {
}
}
echo <<<HTML
-<div class="elgg-main-header clearfix">
- <h2 class="elgg-main-heading">$title</h2>$buttons
+<div class="elgg-header clearfix">
+ <h2>$title</h2>$buttons
</div>
HTML;
}