From 79d45fb6784e96337e797f63f4d34bc72e455324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sat, 17 Sep 2016 07:28:34 +0200 Subject: [PATCH] Some correction --- e107_plugins/pm/pm_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/pm/pm_shortcodes.php b/e107_plugins/pm/pm_shortcodes.php index f09a68114..4dd2fa541 100644 --- a/e107_plugins/pm/pm_shortcodes.php +++ b/e107_plugins/pm/pm_shortcodes.php @@ -731,7 +731,7 @@ if(!class_exists('plugin_pm_pm_shortcodes')) $class = (!empty($parm['class'])) ? $parm['class'] : 'btn btn-sm btn-primary btn-block-level'; - return "".$tp->toGlyph('fa-edit',' ')."".LAN_PM_35.""; + return "".$tp->toGlyph('fa-edit',' ').LAN_PM_35.""; }