Fix whitespace issue (kick pipeline)

This commit is contained in:
Alessio 2025-01-17 15:02:14 -08:00
parent 06ea9b890b
commit 7a056c7494

View File

@ -37,8 +37,10 @@
</div>
{{end}}
{{range .Images}}
{{/* DM images can only be loaded with an authenticated session. So sending the RemoteUrl
in an <img> tag is not useful; it will just HTTP 401 */}}
{{/*
DM images can only be loaded with an authenticated session. So sending the RemoteUrl
in an <img> tag is not useful; it will just HTTP 401
*/}}
<img class="dm-message__embedded-image"
src="/content/images/{{.LocalFilename}}"
width="{{.Width}}" height="{{.Height}}"