Skip to content

Commit

Permalink
Removes dangling < on emails/list.tmpl
Browse files Browse the repository at this point in the history
This dangling character was leftover from commit c85bb62 from PR #13860
  • Loading branch information
WeebDataHoarder authored Dec 13, 2020
1 parent de06ee6 commit 35a36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/emails/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<td><a href="{{AppSubUrl}}/{{.Name}}">{{.Name}}</a></td>
<td><span class="text truncate">{{.FullName}}</span></td>
<td><span class="text email">{{.Email}}</span></td>
<td>{{if .IsPrimary}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td><
<td>{{if .IsPrimary}}{{svg "octicon-check"}}{{else}}{{svg "octicon-x"}}{{end}}</td>
<td>
{{if .CanChange}}
<a class="link-email-action" href data-uid="{{.UID}}"
Expand Down

0 comments on commit 35a36c8

Please sign in to comment.