diff --git a/src/invidious/views/embed.ecr b/src/invidious/views/embed.ecr index efaed016..6f793b1d 100644 --- a/src/invidious/views/embed.ecr +++ b/src/invidious/views/embed.ecr @@ -34,15 +34,11 @@ <% if video.reason.nil? %> <%= rendered "components/player" %> <% else %> -
- <%= I18n.translate(preferences.locale, "error_from_youtube_unplayable") %>
- <%= video.reason %>
- <% if video.subreason %>
<%= video.subreason %><% end %>
-
+ <%= I18n.translate(preferences.locale, "error_from_youtube_unplayable") %>
+ <%= video.reason %>
+ <% if video.subreason %>
<%= video.subreason %><% end %>
+