Fix title attribute missing from title link for some items
This commit is contained in:
parent
1e540a2542
commit
97a789f81c
@ -75,7 +75,7 @@ medium_video_item_template = Template('''
|
||||
<span class="video-duration">$duration</span>
|
||||
</a>
|
||||
|
||||
<a class="title" href="$url">$title</a>
|
||||
<a class="title" href="$url" title="$title">$title</a>
|
||||
|
||||
<div class="stats">$stats</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user