mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 07:04:24 +00:00
Merge pull request #44 from toyg/fix_dm_escaping
format DM display - fixes miguelfreitas/twister-html#43
This commit is contained in:
commit
f3342178d3
@ -116,7 +116,7 @@ function dmDataToSnippetItem(dmData, remoteUser) {
|
||||
dmItem.find("a.dm-chat-link").attr("href", $.MAL.dmchatUrl(remoteUser));
|
||||
getAvatar( remoteUser, dmItem.find(".post-photo").find("img") );
|
||||
getFullname( remoteUser, dmItem.find("a.post-info-name") );
|
||||
dmItem.find(".post-text").text(escapeHtmlEntities(dmData.text));
|
||||
dmItem.find(".post-text").html(escapeHtmlEntities(dmData.text));
|
||||
dmItem.find(".post-info-time").text(timeGmtToText(dmData.time));
|
||||
dmItem.find(".post-info-time").attr("title",timeSincePost(dmData.time));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user