diff --git a/presentation/Html.inc b/presentation/Html.inc index 8dd3d3d..9f031d6 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -17,7 +17,7 @@ function renderHeading($sHeading, $sSectionName = "") { $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); } $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); - $sToRender = "\n"; + $sToRender = "
\n"; $sToRender .= "\n"; $sToRender .= "
$sHeading
\n"; return $sToRender;