]+><\/a>/g, '');
let encrypted;
switch (lineComposeType) {
@@ -1039,7 +1039,7 @@ export class ComposePopupView extends AbstractViewPopup {
sFrom = message.fromToLine(false, true);
sText = '
' + i18n('COMPOSE/REPLY_MESSAGE_TITLE', { DATETIME: sDate, EMAIL: sFrom })
+ ':
'
- + sText.replace(/
]+>/g, '').replace(/]+><\/a>/g, '').trim()
+ + sText.trim()
+ '
';
break;