Commit c06e85551b5fc8a3e2fe371460a8608442827ddc

Authored by Michael Joseph
1 parent 3abd51d6

corrected alignment- no code change


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1974 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc
... ... @@ -33,7 +33,7 @@ function renderManagePage() {
33 33 }
34 34 $sToRender .= "<tr/>\n";
35 35 $sToRender .= "<tr/>\n";
36   -$sToRender .= "<tr/>\n";
  36 + $sToRender .= "<tr/>\n";
37 37 $sToRender .= "<tr/>\n";
38 38  
39 39 // loop through them
... ...