Commit 9032f6a7a97f569ae95186325bc2cafebf311f44
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
Showing
1 changed file
with
1 additions
and
0 deletions
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); | ... | ... |