Remove extra htmlentities in notifications

This commit is contained in:
Hypolite Petovan 2017-04-18 19:34:46 -04:00
parent d94e930065
commit 2c69d36886
1 changed files with 1 additions and 1 deletions

View File

@ -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'],