diff --git a/bl-plugins/version/plugin.php b/bl-plugins/version/plugin.php
index c71efba9..5dc764fa 100644
--- a/bl-plugins/version/plugin.php
+++ b/bl-plugins/version/plugin.php
@@ -38,7 +38,7 @@ class pluginVersion extends Plugin {
global $L;
$html = '';
if ($this->getValue('showCurrentVersion')) {
- $html = ''.$L->get('Version').' '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.'';
+ $html = ''.$L->get('Version').' '.(defined('BLUDIT_PRO')?'':'').''.BLUDIT_VERSION.'';
}
if ($this->getValue('newVersionAlert')) {
$html .= ''.$L->get('New version available').' ';