diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-24 09:50:05 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-24 09:50:38 +0200 |
commit | 01448622992b12318a2fff508e501732b59dd6be (patch) | |
tree | 37b8668676c48b66d8feb60bcb58d32ef270e42d /client/src | |
parent | 9ca1e3a02c3c7a2beaf8a71d46e9d7da270acc3d (diff) | |
download | PeerTube-01448622992b12318a2fff508e501732b59dd6be.tar.gz PeerTube-01448622992b12318a2fff508e501732b59dd6be.tar.zst PeerTube-01448622992b12318a2fff508e501732b59dd6be.zip |
revert f845c683 partial: "fix SEO tags and attributes"
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video/video-thumbnail.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.html b/client/src/app/shared/video/video-thumbnail.component.html index 6935ed948..c1d45ea18 100644 --- a/client/src/app/shared/video/video-thumbnail.component.html +++ b/client/src/app/shared/video/video-thumbnail.component.html | |||
@@ -2,7 +2,7 @@ | |||
2 | [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name" | 2 | [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name" |
3 | class="video-thumbnail" | 3 | class="video-thumbnail" |
4 | > | 4 | > |
5 | <img [attr.alt]="video.name" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> | 5 | <img alt="" [attr.aria-labelledby]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> |
6 | 6 | ||
7 | <div class="video-thumbnail-overlay"> | 7 | <div class="video-thumbnail-overlay"> |
8 | {{ video.durationLabel }} | 8 | {{ video.durationLabel }} |