Commit f4e03b4247b1d14fbcc0f1a9158638dbacbfc962

Authored by Michael Joseph
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,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 }