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:
commit
57181e32fb
@ -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."  <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>
|
||||
";
|
||||
return $ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user