revert f845c683 partial: "fix SEO tags and attributes"

This commit is contained in:
Rigel Kent 2018-09-24 09:50:05 +02:00
parent 9ca1e3a02c
commit 0144862299
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name"
class="video-thumbnail"
>
<img [attr.alt]="video.name" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />
<img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />
<div class="video-thumbnail-overlay">
{{ video.durationLabel }}