Remove loose colon
This commit is contained in:
parent
7d97eb5885
commit
d2e9d13634
|
@ -63,7 +63,7 @@ function videoLink(video) {
|
||||||
<img src="${thumbnailURL(video.account.host, video.thumbnailPath)}">
|
<img src="${thumbnailURL(video.account.host, video.thumbnailPath)}">
|
||||||
<p style="font-size: 18px; margin-left: 1rem; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-primary-text-color));">
|
<p style="font-size: 18px; margin-left: 1rem; color: var(--ytd-video-primary-info-renderer-title-color, var(--yt-primary-text-color));">
|
||||||
${video.account.host}
|
${video.account.host}
|
||||||
</p>:
|
</p>
|
||||||
</a>
|
</a>
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue