Commit f4e03b4247b1d14fbcc0f1a9158638dbacbfc962
1 parent
a3cc3c0e
removed empty lines
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1960 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
presentation/Html.inc
| ... | ... | @@ -19,8 +19,6 @@ function renderHeading($sHeading, $sSectionName = "") { |
| 19 | 19 | $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); |
| 20 | 20 | $sToRender = "<table border=\"0\" width=\"100%\">\n"; |
| 21 | 21 | $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n"; |
| 22 | - $sToRender .= "<tr/>\n"; | |
| 23 | - $sToRender .= "<tr/>\n"; | |
| 24 | 22 | $sToRender .= "</table>\n"; |
| 25 | 23 | return $sToRender; |
| 26 | 24 | } | ... | ... |