diff --git a/views/bootstrap/class.ExtensionMgr.php b/views/bootstrap/class.ExtensionMgr.php index 0b587e8b7..a99bd4002 100644 --- a/views/bootstrap/class.ExtensionMgr.php +++ b/views/bootstrap/class.ExtensionMgr.php @@ -167,7 +167,8 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { } echo ""; echo "".($re['icon-data'] ? ''.$re['name'].'' : '').""; - echo "".$re['title']."
".$re['description'].""; + echo "".$re['title'].""; + echo "
".$re['description'].""; echo "
".getMLText('author').": ".$re['author']['name'].", ".$re['author']['company'].""; $this->showErrorMessages($errormsgs); $this->showWarningMessages($warningmsgs); @@ -269,7 +270,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { if($extconf['icon']) echo "\"".$extname."\""; echo ""; - echo "".$extconf['title']; + echo "".$extconf['title'].""; echo "
".$extconf['description'].""; echo "
".getMLText('author').": ".$extconf['author']['name'].", ".(!empty($extconf['author']['company']) ? $extconf['author']['company'] : '').""; $this->showErrorMessages($errormsgs); @@ -394,7 +395,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { } echo ""; echo "".($re['icon-data'] ? ''.$re['name'].'' : '').""; - echo "".$re['title']; + echo "".$re['title'].""; echo "
".$re['description'].""; echo "
".getMLText('author').": ".$re['author']['name'].", ".$re['author']['company'].""; $this->showErrorMessages($errormsgs);