From f845c68305f61686b5d3336fa9251afeae0c083a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 20 Sep 2018 01:08:46 +0200 Subject: fix SEO tags and attributes --- client/src/app/videos/+video-watch/video-watch.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 62b9cf62b..630345a35 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -32,7 +32,7 @@
-
{{ video.name }}
+

{{ video.name }}

Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views @@ -41,7 +41,7 @@
-
{{ video.name }}
+

{{ video.name }}

Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views -- cgit v1.2.3