tangled
alpha
login
or
join now
futur.blue
/
pegasus
56
fork
atom
objective categorical abstract machine language personal data server
56
fork
atom
overview
issues
2
pulls
pipelines
Handle HTML `role` now being variant instead of string
futur.blue
2 days ago
fd4b04fa
20afdee2
verified
This commit was signed with the committer's
known signature
.
futur.blue
SSH Key Fingerprint:
SHA256:QHGqHWNpqYyw9bt8KmPuJIyeZX9SZewBZ0PR1COtKQ0=
+2
-2
1 changed file
expand all
collapse all
unified
split
pegasus
lib
emails
emailTemplate.mlx
+2
-2
pegasus/lib/emails/emailTemplate.mlx
···
14
14
style=( "margin: 0; padding: 0; background-color: " ^ Colors.feather_100
15
15
^ "; font-family: " ^ Fonts.sans ^ ";" )>
16
16
<table
17
17
-
role="presentation"
17
17
+
role=`presentation
18
18
cellspacing="0"
19
19
cellpadding="0"
20
20
width="100%"
···
22
22
<tr>
23
23
<td style="padding: 40px 20px;">
24
24
<table
25
25
-
role="presentation"
25
25
+
role=`presentation
26
26
cellspacing="0"
27
27
cellpadding="0"
28
28
width="600"