Fix whitespace issue (kick pipeline)
This commit is contained in:
parent
06ea9b890b
commit
7a056c7494
@ -37,8 +37,10 @@
|
|||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{range .Images}}
|
{{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"
|
<img class="dm-message__embedded-image"
|
||||||
src="/content/images/{{.LocalFilename}}"
|
src="/content/images/{{.LocalFilename}}"
|
||||||
width="{{.Width}}" height="{{.Height}}"
|
width="{{.Width}}" height="{{.Height}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user