mirror of https://gitlab.com/bashrc2/epicyon
Remove eol
parent
938f522a37
commit
3e092253e7
|
@ -1458,8 +1458,8 @@ def get_post_attachments_as_html(base_dir: str,
|
||||||
'<track src=”' + transcript_url + \
|
'<track src=”' + transcript_url + \
|
||||||
'” label=”' + transcript_name + \
|
'” label=”' + transcript_name + \
|
||||||
'” kind=”captions” >\n'
|
'” kind=”captions” >\n'
|
||||||
idx = 'Your browser does not support the video tag.\n'
|
idx = 'Your browser does not support the video tag.'
|
||||||
gallery_str += translate[idx]
|
gallery_str += translate[idx] + '\n'
|
||||||
gallery_str += ' </video>\n'
|
gallery_str += ' </video>\n'
|
||||||
gallery_str += ' </figure>\n'
|
gallery_str += ' </figure>\n'
|
||||||
gallery_str += ' </a>\n'
|
gallery_str += ' </a>\n'
|
||||||
|
|
Loading…
Reference in New Issue