diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 28ba46a38..851c60afa 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -1498,7 +1498,7 @@ class e107plugin if ($this->plugConfigFile) { - $text .= " [".LAN_CONFIGURE."]"; + $text .= "
".LAN_CONFIGURE.""; } $mes->addSuccess($text); @@ -2314,7 +2314,7 @@ class e107plugin $text .= (isset($eplug_done) ? "
{$eplug_done}" : "
".LAN_INSTALL_SUCCESSFUL); if ($eplug_conffile) { - $text .= " [".LAN_CONFIGURE."]"; + $text .= "
".LAN_CONFIGURE.""; } return $text;