Sort out border collapse for email

This commit is contained in:
2024-06-14 18:31:48 +01:00
parent 765bcb5896
commit cfe5d57656
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<h2>${title}</h2>
<table border="1">
<table style="border-collapse:collapse;">
<thead>
<tr>
<th tal:repeat="header column_headers">${header}</th>

View File

@@ -44,7 +44,7 @@
<br />
<h2>${title}</h2>
<br />
<table border="1">
<table style="border-collapse:collapse;">
<thead>
<tr>
<th>Date/Time</th>