From 076fe7343c0335c716b44e28b0d02d1c01f7c01b Mon Sep 17 00:00:00 2001 From: floppy0 <31189947+floppy0@users.noreply.github.com> Date: Mon, 15 Jan 2018 17:21:14 +0100 Subject: [PATCH] Bug fix for #608 --- bl-plugins/static-pages/plugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-plugins/static-pages/plugin.php b/bl-plugins/static-pages/plugin.php index f580d05f..edd7605c 100644 --- a/bl-plugins/static-pages/plugin.php +++ b/bl-plugins/static-pages/plugin.php @@ -25,8 +25,8 @@ class pluginStaticPages extends Plugin { $html .= '
'; $html .= ''; $html .= ''; $html .= ''.$Language->get('Show the home link on the sidebar').''; $html .= '
'; @@ -76,4 +76,4 @@ class pluginStaticPages extends Plugin { return $html; } -} \ No newline at end of file +}