]> source.dussan.org Git - gitea.git/commitdiff
fix release mail html template (#14975)
authorNorwin <noerw@users.noreply.github.com>
Fri, 12 Mar 2021 21:47:52 +0000 (21:47 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 21:47:52 +0000 (21:47 +0000)
was missing an </a>

templates/mail/release.tmpl

index bb0eb17a56ec93165e1c0a7dfd34f34bbadb701f..04b8c3bf51b8211417750f21446cc4b7e1b5a169 100644 (file)
 </head>
 
 <body>
-       <p><b>@{{.Release.Publisher.Name}}</b> released <a href="{{.Release.HTMLURL}}">{{.Release.TagName}}</a> 
-         in <a href="{{AppUrl}}{{.Release.Repo.OwnerName}}/{{.Release.Repo.Name}}">{{.Release.Repo.FullName}} </p>
+       <p>
+               <b>@{{.Release.Publisher.Name}}</b> released <a href="{{.Release.HTMLURL}}">{{.Release.TagName}}</a>
+               in <a href="{{AppUrl}}{{.Release.Repo.OwnerName}}/{{.Release.Repo.Name}}">{{.Release.Repo.FullName}}</a>
+       </p>
        <h4>Title: {{.Release.Title}}</h4>
        <p>
                Note: <br>