|
Affects Version/s
|
1.9.2
[ 10280
]
|
|
|
Affects Version/s
|
2.0
[ 10122
]
|
|
|
Affects Version/s
|
|
1.9.3
[ 10290
]
|
|
Description
|
HTML entity don't get parsed correctly by function p() and print litteraly, e.g. $string['usergroupmembership'] in group/members.php, line 281.
If I interpret correctly the code of p() and s(), the & entity is correctly parsed. Suggesting adding to the preg_replace call.
|
HTML entities like or   don't get parsed by function p() and print litteraly, e.g. $string['usergroupmembership'] in group/members.php, line 281.
|