Skip to content

Commit c6de893

Browse files
committed
dev: Fix generated email templates
1 parent 72efec3 commit c6de893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/email/templates/base.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
<body style="word-spacing:normal;background-color:#E7E7E7;">
108108
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">{{ block "preview" . }}{{ end }}</div>
109-
<div style="background-color:#E7E7E7;" lang="und" dir="auto">
109+
<div aria-label="{{ block "title" . }}{{ end }}" aria-roledescription="email" style="background-color:#E7E7E7;" role="article" lang="und" dir="auto">
110110
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#ffffff;background-color:#ffffff;width:100%;">
111111
<tbody>
112112
<tr>

0 commit comments

Comments
 (0)