diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr
index e6a14d0f..f2d8ba03 100644
--- a/src/invidious/views/watch.ecr
+++ b/src/invidious/views/watch.ecr
@@ -279,24 +279,24 @@ we're going to need to do it here in order to allow for translations.
<% end %>
<%= rv["title"] %>
-
-
-
-
- <%=
- views = rv["view_count"]?.try &.to_i?
- views ||= rv["view_count_short"]?.try { |x| short_text_to_number(x) }
- translate_count(locale, "generic_views_count", views || 0, NumberFormatting::Short)
- %>
-
-
+
+
+
+
+ <%=
+ views = rv["view_count"]?.try &.to_i?
+ views ||= rv["view_count_short"]?.try { |x| short_text_to_number(x) }
+ translate_count(locale, "generic_views_count", views || 0, NumberFormatting::Short)
+ %>
+
+
<% end %>
<% end %>