missed a noref

This commit is contained in:
Ted Unangst 2019-10-10 19:03:55 -04:00
parent 543a16f6f4
commit 5e2b83b952
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
{{ end }} {{ end }}
{{ else }} {{ else }}
{{ if .XID }} {{ if .XID }}
<p><a href="{{ .URL }}">External Attachment: {{ .Name }}</a> <p><a href="{{ .URL }}" rel=noreferrer>External Attachment: {{ .Name }}</a>
{{ else }} {{ else }}
{{ if eq .Media "video/mp4" }} {{ if eq .Media "video/mp4" }}
<p><video controls src="{{ .URL }}">{{ .Name }}</video> <p><video controls src="{{ .URL }}">{{ .Name }}</video>