Avoid double escaping
This commit is contained in:
parent
7346e7aa93
commit
951df3599f
@ -112,7 +112,6 @@ class Advisor
|
||||
{
|
||||
$jst = preg_split('/\s*\|\s*/', $rule['justification'], 2);
|
||||
if (count($jst) > 1) {
|
||||
$jst[0] = Advisor::escapePercent($jst[0]);
|
||||
return array($jst[0], $jst[1]);
|
||||
}
|
||||
return array($rule['justification']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user