summaryrefslogtreecommitdiffstats
path: root/templates/admin/emails
diff options
context:
space:
mode:
authorWeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com>2020-12-13 03:48:03 +0100
committerGitHub <noreply@github.com>2020-12-13 10:48:03 +0800
commitde0986d782c7c91043496a3d60abe9ee6ae31a52 (patch)
tree6001334aac2be1fea84cca4aa9cb3d3493d4988f /templates/admin/emails
parentde06ee6a30815634f1d1e9cc0b5181ea2122d8fd (diff)
downloadgitea-de0986d782c7c91043496a3d60abe9ee6ae31a52.tar.gz
gitea-de0986d782c7c91043496a3d60abe9ee6ae31a52.zip
Removes dangling < on emails/list.tmpl (#13970)
This dangling character was leftover from commit c85bb6263503ebd335863f413214a775973a1fac from PR #13860
Diffstat (limited to 'templates/admin/emails')
-rw-r--r--templates/admin/emails/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/emails/list.tmpl b/templates/admin/emails/list.tmpl
index 87421d2589..2d489a495d 100644
--- a/templates/admin/emails/list.tmpl
+++ b/templates/admin/emails/list.tmpl
@@ -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}}"