1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 17:42:10 +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:
Cameron 2017-05-30 11:41:50 -07:00 committed by GitHub
commit 57181e32fb

View File

@ -632,7 +632,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
// pm_id is mapped insisde the config to id key
$ret = "
<form method='post' action='".$this->url('action/reply', $this->var)."'>
<input type='checkbox' name='quote' /> ".LAN_PM_54." &nbsp;&nbsp;&nbsp<input class='btn btn-primary button' type='submit' name='reply' value='".LAN_PM_55."' />
<input type='checkbox' name='quote' /> ".LAN_PM_54." &nbsp;&nbsp;&nbsp;<input class='btn btn-primary button' type='submit' name='reply' value='".LAN_PM_55."' />
</form>
";
return $ret;