diff --git a/www/pad/comments.js b/www/pad/comments.js index 0cad4cd58..9a4641253 100644 --- a/www/pad/comments.js +++ b/www/pad/comments.js @@ -192,6 +192,7 @@ define([ if (!curve || !notif) { return; } notify[curve] = notif; }); + $clone.find('br').replaceWith("\n"); $clone.find('> *:not(.cp-mentions)').remove(); var content = clone.innerHTML.trim(); if (!content) { return; }