- 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
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.