]> git.openstreetmap.org Git - rails.git/commitdiff
Avoid some uses of html_safe
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Oct 2020 13:45:15 +0000 (14:45 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Oct 2020 13:45:20 +0000 (14:45 +0100)
We can use `html_safe` on non-interpolated strings, since that's trusted content.


No differences found