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 +}