diff --git a/bl-plugins/links/plugin.php b/bl-plugins/links/plugin.php index cc86d1e3..e90b0d65 100644 --- a/bl-plugins/links/plugin.php +++ b/bl-plugins/links/plugin.php @@ -125,7 +125,9 @@ class pluginLinks extends Plugin { // HTML for sidebar $html = '
'; - $html .= '

'.$this->getValue('label').'

'; + if ($this->getValue('label')) { + $html .= '

'.$this->getValue('label').'

'; + } $html .= '
'; $html .= '