diff --git a/bl-kernel/admin/views/plugins.php b/bl-kernel/admin/views/plugins.php index f2877248..30c8671f 100644 --- a/bl-kernel/admin/views/plugins.php +++ b/bl-kernel/admin/views/plugins.php @@ -46,7 +46,7 @@ foreach($plugins['all'] as $Plugin) echo ' '.$Plugin->version().' - '.$Plugin->author().' + '.$Plugin->author().' '; echo ''; diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php index 8b67ee73..0fba80c5 100644 --- a/bl-kernel/admin/views/themes.php +++ b/bl-kernel/admin/views/themes.php @@ -44,7 +44,7 @@ foreach($themes as $theme) echo ' '.$theme['version'].' - '.$theme['author'].' + '.$theme['author'].' '; echo '';