about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/views/accounts/_header.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/accounts/_header.html.haml b/app/views/accounts/_header.html.haml
index 652213526..b5653f161 100644
--- a/app/views/accounts/_header.html.haml
+++ b/app/views/accounts/_header.html.haml
@@ -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)) }