diff --git a/TASVideos.WikiEngine/MakeTabs.cs b/TASVideos.WikiEngine/MakeTabs.cs
index 61554ece8..522b15295 100644
--- a/TASVideos.WikiEngine/MakeTabs.cs
+++ b/TASVideos.WikiEngine/MakeTabs.cs
@@ -44,7 +44,7 @@ public static INode MakeTabs(Element tabset)
new Text(child.CharStart, child.Attributes["data-name"])
})
}));
- content.Add(new Element(child.CharStart, "div", new[] { Attr("id", id), Attr("class", "tab-pane" + (first ? " active" : " fade")) }, child.Children));
+ content.Add(new Element(child.CharStart, "div", new[] { Attr("id", id), Attr("class", "tab-pane fade" + (first ? " active show" : "")) }, child.Children));
first = false;
}
diff --git a/TASVideos/Pages/Games/Index.cshtml b/TASVideos/Pages/Games/Index.cshtml
index 43d92c596..26a69b5f2 100644
--- a/TASVideos/Pages/Games/Index.cshtml
+++ b/TASVideos/Pages/Games/Index.cshtml
@@ -104,7 +104,7 @@
@foreach (var movie in Model.Movies)
{
-
+
}
diff --git a/TASVideos/Pages/Shared/_Ratings.cshtml b/TASVideos/Pages/Shared/_Ratings.cshtml
index 4d5c86e10..3caba8815 100644
--- a/TASVideos/Pages/Shared/_Ratings.cshtml
+++ b/TASVideos/Pages/Shared/_Ratings.cshtml
@@ -27,7 +27,7 @@
-
+
Movie |
@@ -42,7 +42,7 @@
}
-