Commit 2c8d38ddf0006ce6503b5a2403305131166bd12f

Authored by michael
1 parent ca44cb43

updated for mozilla compatibility


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2050 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
presentation/Html.inc
... ... @@ -17,7 +17,7 @@ function renderHeading($sHeading, $sSectionName = "") {
17 17 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));
18 18 }
19 19 $sColor = $default->siteMap->getSectionColour($sSectionName, "th");
20   - $sToRender = "<table border=\"0\" width=\"100%\">\n";
  20 + $sToRender = "<table border=\"0\" width=\"610\">\n";
21 21 $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n";
22 22 $sToRender .= "</table>\n";
23 23 return $sToRender;
... ...