mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
Avoid encoding HTML in Twitter social share text
This commit is contained in:
@@ -15,7 +15,7 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
|
||||
|
||||
addPostHandlers(tid);
|
||||
|
||||
share.addShareHandlers(ajaxify.data.title);
|
||||
share.addShareHandlers(ajaxify.data.titleRaw);
|
||||
|
||||
addVoteHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user