Remove extra htmlentities in notifications

pull/3356/head
Hypolite Petovan 2017-04-18 19:34:46 -04:00
rodzic d94e930065
commit 2c69d36886
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -292,7 +292,7 @@ function notifications_content(App $a) {
'$item_link' => $it['link'],
'$item_image' => $it['image'],
'$item_url' => $it['url'],
'$item_text' => htmlentities($it['text']),
'$item_text' => $it['text'],
'$item_when' => $it['when'],
'$item_ago' => $it['ago'],
'$item_seen' => $it['seen'],