Merge pull request #480 from ThibG/glitch-soc/fixes/glitch-soc-bio-escape
Fix glitch-style bio fields incorrect HTML escaping in public profilesremotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
commit
685cf5599f
|
@ -37,8 +37,8 @@
|
||||||
.account__header__fields
|
.account__header__fields
|
||||||
- processed_bio[:metadata].each do |i|
|
- processed_bio[:metadata].each do |i|
|
||||||
%dl
|
%dl
|
||||||
%dt.emojify{ title: i[0] }= i[0]
|
%dt.emojify{ title: i[0] }!= i[0]
|
||||||
%dd.emojify{ title: i[1] }= i[1]
|
%dd.emojify{ title: i[1] }!= i[1]
|
||||||
|
|
||||||
.details-counters
|
.details-counters
|
||||||
.counter{ class: active_nav_class(short_account_url(account)) }
|
.counter{ class: active_nav_class(short_account_url(account)) }
|
||||||
|
|
Loading…
Reference in New Issue