mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FIX: don't send out elided message in email notifications
UX: improved details tag for elided messages
This commit is contained in:
@ -23,4 +23,6 @@
|
||||
return text;
|
||||
});
|
||||
|
||||
Discourse.Markdown.whiteListTag("details", "class", "elided");
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user