mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-07 23:44:33 +00:00
Fix glitch-style bio fields incorrect HTML escaping in public profiles
This commit is contained in:
parent
34142ab29c
commit
cc8d81519e
|
@ -37,8 +37,8 @@
|
|||
.account__header__fields
|
||||
- processed_bio[:metadata].each do |i|
|
||||
%dl
|
||||
%dt.emojify{ title: i[0] }= i[0]
|
||||
%dd.emojify{ title: i[1] }= i[1]
|
||||
%dt.emojify{ title: i[0] }!= i[0]
|
||||
%dd.emojify{ title: i[1] }!= i[1]
|
||||
|
||||
.details-counters
|
||||
.counter{ class: active_nav_class(short_account_url(account)) }
|
||||
|
|
Loading…
Reference in a new issue