Commit e033420b0d14c448f60ab0df28e372a9348fb0c1

Authored by michael
1 parent 745132b6

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,8 +19,6 @@ function renderHeading($sHeading, $sSectionName = "") {
19 $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); 19 $sColor = $default->siteMap->getSectionColour($sSectionName, "th");
20 $sToRender = "<table border=\"0\" width=\"100%\">\n"; 20 $sToRender = "<table border=\"0\" width=\"100%\">\n";
21 $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n"; 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 $sToRender .= "</table>\n"; 22 $sToRender .= "</table>\n";
25 return $sToRender; 23 return $sToRender;
26 } 24 }