Commit 8869bfa0feb0ea2533c898a4801dbe4d41ef74f7
1 parent
648cef42
fixed spacing
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1930 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc
| ... | ... | @@ -23,8 +23,6 @@ function renderHeading($sHeading) { |
| 23 | 23 | $sColor = $default->siteMap->getSectionColour($sSectionName, "th"); |
| 24 | 24 | $sToRender = "<table border=\"0\" width=\"600\">\n"; |
| 25 | 25 | $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\"><font color=\"ffffff\">$sHeading</font></th></tr>\n"; |
| 26 | - $sToRender .= "<tr/>\n"; | |
| 27 | - $sToRender .= "<tr/>\n"; | |
| 28 | 26 | $sToRender .= "</table>\n"; |
| 29 | 27 | return $sToRender; |
| 30 | 28 | } | ... | ... |