fix(route)(telegram): redundant backtick in template (#9162)

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
This commit is contained in:
Rongrong 2022-02-21 20:53:55 +08:00 committed by GitHub
parent 050e72b67c
commit c27da99a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}