Add HTML tag in email notifications
This commit is contained in:
committed by
fguillot
parent
d6ffe08aeb
commit
11b6bf6d25
@@ -1,3 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<h2><?= t('Overdue tasks for the project(s) "%s"', $project_name) ?></h2>
|
||||
|
||||
<table style="font-size: .8em; table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px;" cellpadding=5 cellspacing=1>
|
||||
@@ -34,4 +36,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
</table>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user