FIX: don't send out elided message in email notifications

UX: improved details tag for elided messages
This commit is contained in:
Régis Hanol
2016-03-11 17:51:16 +01:00
parent bf209d8344
commit 6d84a8a1b3
6 changed files with 56 additions and 12 deletions

View File

@ -23,4 +23,6 @@
return text;
});
Discourse.Markdown.whiteListTag("details", "class", "elided");
})();