Fix & align mail text ... again

This commit is contained in:
nupplaPhil 2020-03-08 08:26:21 +01:00
commit 70f35565e1
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 73 additions and 20 deletions

View file

@ -1,5 +1,28 @@
<table>
<tr><td style="padding-right:22px;">{{$htmlversion nofilter}}</td></tr>
<tr><td>{{$thanks}}</td></tr>
<tr><td>{{$site_admin}}</td></tr>
<thead>
<tr>
<td>
{{$preamble nofilter}}
</td>
</tr>
</thead>
<tbody>
<tr>
<td style="padding-right:22px;">
{{$htmlversion nofilter}}
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>
{{$thanks}}
</td>
</tr>
<tr>
<td>
{{$site_admin}}
</td>
</tr>
</tfoot>
</table>