aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/view.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/projects/view.tmpl')
-rw-r--r--templates/repo/projects/view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl
index b5cd1dc218..acbd0241d4 100644
--- a/templates/repo/projects/view.tmpl
+++ b/templates/repo/projects/view.tmpl
@@ -182,7 +182,7 @@
{{if eq $.Project.CardType 1}}{{/* Images and Text*/}}
<div class="card-attachment-images">
{{range (index $.issuesAttachmentMap .ID)}}
- <img src="{{.DownloadURL}}" alt="{{.Name}}" />
+ <img src="{{.DownloadURL}}" alt="{{.Name}}">
{{end}}
</div>
{{end}}