refactor: change table cells to headers for improved semantic structure in ban email template

This commit is contained in:
2026-05-26 13:36:59 +02:00
parent e4f0611ac5
commit 7c445d4b66
+4 -4
View File
@@ -1,11 +1,11 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td align="center" style="padding: 20px;"> <th align="center" style="padding: 20px;">
<table width="600" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #eeeeee; background-color: #ffffff;"> <table width="600" border="0" cellspacing="0" cellpadding="0" style="border: 1px solid #eeeeee; background-color: #ffffff;">
<tr> <tr>
<td align="center" style="background-color: #007bff; padding: 40px;"> <th scope="col" align="center" style="background-color: #007bff; padding: 40px;">
<h1 style="color: #ffffff; font-family: sans-serif; margin: 0;">Su cuenta ha sido bloqueada</h1> <h1 style="color: #ffffff; font-family: sans-serif; margin: 0;">Su cuenta ha sido bloqueada</h1>
</td> </th>
</tr> </tr>
<tr> <tr>
<td align="center" style="padding: 40px"> <td align="center" style="padding: 40px">
@@ -22,6 +22,6 @@
</td> </td>
</tr> </tr>
</table> </table>
</td> </th>
</tr> </tr>
</table> </table>