diff --git a/templates/anime.gohtml b/templates/anime.gohtml
index 2c2793c..04bd87f 100644
--- a/templates/anime.gohtml
+++ b/templates/anime.gohtml
@@ -171,7 +171,9 @@
{{if $anime.Studios}}
Studios
-
{{range $i, $s := $anime.Studios}}{{if $i}}, {{end}}{{$s.Name}}{{end}}
+
+ {{range $i, $s := $anime.Studios}}{{if $i}}, {{end}}{{$s.Name}}{{end}}
+
{{end}}
{{if $anime.Producers}}
diff --git a/templates/browse.gohtml b/templates/browse.gohtml
index b35ebfa..c605aa6 100644
--- a/templates/browse.gohtml
+++ b/templates/browse.gohtml
@@ -45,8 +45,32 @@
{{end}}
{{end}}
+{{define "studio_dropdown_items"}}
+ {{if eq .Page 1}}
+
+ {{end}}
+ {{range .StudioItems}}
+
+ {{end}}
+ {{if and (eq (len .StudioItems) 0) (not .HasNextPage)}}
+ No studios found.
+ {{end}}
+ {{if .HasNextPage}}
+
+ {{end}}
+{{end}}
+
{{define "browse_sentinel"}}
-
+
+
+
+
+
+
+
@@ -114,17 +145,17 @@
-
+
{{if eq .Sort "asc"}}
{{else}}