mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Merge pull request #2656 from arunshekher/sc_pm_reply_named_character_fix
[html] - Fix 'Named character reference was not terminated by a semicolon'
This commit is contained in:
@@ -632,7 +632,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
|||||||
// pm_id is mapped insisde the config to id key
|
// pm_id is mapped insisde the config to id key
|
||||||
$ret = "
|
$ret = "
|
||||||
<form method='post' action='".$this->url('action/reply', $this->var)."'>
|
<form method='post' action='".$this->url('action/reply', $this->var)."'>
|
||||||
<input type='checkbox' name='quote' /> ".LAN_PM_54."  <input class='btn btn-primary button' type='submit' name='reply' value='".LAN_PM_55."' />
|
<input type='checkbox' name='quote' /> ".LAN_PM_54." <input class='btn btn-primary button' type='submit' name='reply' value='".LAN_PM_55."' />
|
||||||
</form>
|
</form>
|
||||||
";
|
";
|
||||||
return $ret;
|
return $ret;
|
||||||
|
Reference in New Issue
Block a user