Fixed Quotes are not properly displayed in moderator log

ivp

Active member
Affected version
2.2.1
In Moderator log (admin.php?logs/moderator/) quotes are not properly displayed.

E.g. it displays "Some text isn't ok." instead of "Some text isn't ok.".

To fix this, in template log_moderator_list change {$entry.action_text|strip_tags} to {$entry.action_text|raw|strip_tags} or similar. Not sure if two pipes are allowed.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.2).

Change log:
Do not escape moderator log list entry action texts after stripping tags
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom