Fix whitespace issue (kick pipeline)
This commit is contained in:
parent
06ea9b890b
commit
7a056c7494
@ -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}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user