Preserve p tags so that Mastodon notices render properly
This commit is contained in:
parent
155195c529
commit
a8e8a4b33b
|
@ -2308,9 +2308,9 @@ function buildQueetHtml(obj, idInStream, extraClasses, requeeted_by, isConversat
|
||||||
});
|
});
|
||||||
|
|
||||||
// if statusnetHTML is contains <p>:s, unwrap those (diaspora..)
|
// if statusnetHTML is contains <p>:s, unwrap those (diaspora..)
|
||||||
statusnetHTML.children('p').each(function(){
|
/*statusnetHTML.children('p').each(function(){
|
||||||
$(this).contents().unwrap();
|
$(this).contents().unwrap();
|
||||||
});
|
});*/
|
||||||
|
|
||||||
// bookmarks created by the bookmark plugin get's a tooltip
|
// bookmarks created by the bookmark plugin get's a tooltip
|
||||||
statusnetHTML.find('.xfolkentry').each(function(){
|
statusnetHTML.find('.xfolkentry').each(function(){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user