]> git.openstreetmap.org Git - rails.git/commit
Avoid double-escaping display names when sent through the translation system
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2020 18:07:18 +0000 (19:07 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2020 18:07:18 +0000 (19:07 +0100)
commitbff3676d9346323cee491243315404fd09879272
treee1f8ffbb0b25964a20df966df36097cdaa21a467
parent17ecde019d0efeef4c31b7d82f383338aa4fc5ee
Avoid double-escaping display names when sent through the translation system

They are escaped properly without the h() call, and doing that just double-escapes them
app/views/diary_entries/show.html.erb
app/views/messages/new.html.erb
app/views/user_blocks/blocks_by.html.erb
app/views/user_blocks/edit.html.erb
app/views/user_blocks/new.html.erb
app/views/users/no_such_user.html.erb