diff --git a/core/basepage.php b/core/basepage.php
index a4d57157..671b6f47 100644
--- a/core/basepage.php
+++ b/core/basepage.php
@@ -584,16 +584,11 @@ class BasePage
}
}
- $wrapper = "";
- if (strlen($this->heading) > 100) {
- $wrapper = ' style="height: 3em; overflow: auto;"';
- }
-
$footer_html = $this->footer_html();
$flash_html = $this->flash ? "".nl2br(html_escape(implode("\n", $this->flash)))."" : "";
return "
- {$this->heading}
+ {$this->heading}
$sub_block_html