From 3ab6fc63c3c19c582b1724cb848a0b9a4b40ae49 Mon Sep 17 00:00:00 2001 From: ADTC Date: Mon, 13 Mar 2017 21:42:28 +0800 Subject: [PATCH] Fix spelling mistake in link attribute name (target) The mistake caused the links to open in the same window/tab instead of a new window or tab. Signed-off-by: ADTC --- bl-kernel/admin/views/plugins.php | 2 +- bl-kernel/admin/views/themes.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 '';