fix(route)(telegram): redundant backtick in template (#9162)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
This commit is contained in:
parent
050e72b67c
commit
c27da99a92
|
|
@ -1,5 +1,5 @@
|
|||
{{ if source }}
|
||||
<video src="{{ source }}" controls="controls" poster="{{ poster }}" style="width: 100%"></video>`
|
||||
<video src="{{ source }}" controls="controls" poster="{{ poster }}" style="width: 100%"></video>
|
||||
{{ else }}
|
||||
<b>Media is too big</b>
|
||||
{{ /if }}
|
||||
{{ /if }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue