Merge pull request #3356 from Hypolite/issue/fix-notifications-display

Remove extra htmlentities in notifications
pull/3361/head
Michael Vogel 2017-04-19 07:10:31 +02:00 zatwierdzone przez GitHub
commit 901c757069
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'],