Commit 9032f6a7a97f569ae95186325bc2cafebf311f44

Authored by michael
1 parent 3617de17

fixed html (balanced table tag)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1482 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/admin.php
... ... @@ -19,6 +19,7 @@ if(checkSession()) {
19 19 $sCenter .= renderHeading();
20 20 $sCenter .= "<tr/><tr/><tr><td><b> Welcome to the Administration Section</b></td></tr>\n";
21 21 $sCenter .= "<tr><td>Please make a selection from the sidemenu.</td></tr>\n";
  22 + $sCenter .= "</table>";
22 23  
23 24 $oPatternCustom = & new PatternCustom();
24 25 $oPatternCustom->setHtml($sCenter);
... ...