From 85b46cf4108800882ea24f0f32df6f7f6c1aff81 Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Sun, 28 May 2017 23:38:32 +0400 Subject: [PATCH] [html] - Fix 'Named character reference was not terminated by a semicolon' validation error. --- 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 b6a0cbd3e..09b2525a7 100644 --- a/e107_plugins/pm/pm_shortcodes.php +++ b/e107_plugins/pm/pm_shortcodes.php @@ -632,7 +632,7 @@ if(!class_exists('plugin_pm_pm_shortcodes')) // pm_id is mapped insisde the config to id key $ret = "
var)."'> - ".LAN_PM_54."     + ".LAN_PM_54."    
"; return $ret;