File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -262,9 +262,11 @@ export class XssSafeFactory {
262262 } ;
263263
264264 public btnSecureReply = ( ) => {
265- return `<div class="${ this . destroyableCls } reply_message_button" data-test="secure-reply-button" role="button" tabindex="0" data-tooltip="Secure Reply" aria-label="Secure Reply">
266- <img title="Secure Reply" src="${ this . srcImg ( 'svgs/reply-icon.svg' ) } " />
267- </div>` ;
265+ return `<div class="${
266+ this . destroyableCls
267+ } reply_message_button" data-test="secure-reply-button" role="button" tabindex="0" data-tooltip="Secure Reply" aria-label="Secure Reply">
268+ <img title="Secure Reply" src="${ this . srcImg ( 'svgs/reply-icon.svg' ) } " />
269+ </div>` ;
268270 } ;
269271
270272 public actionsMenuBtn = ( action : 'reply' | 'forward' ) => {
You can’t perform that action at this time.
0 commit comments