diff --git a/app/views/credits/new.html.erb b/app/views/credits/new.html.erb
index 3c2ba2a87..b2f0a94e5 100644
--- a/app/views/credits/new.html.erb
+++ b/app/views/credits/new.html.erb
@@ -119,10 +119,10 @@
<% else %>
-
+ <%# A Stripe Element will be inserted here. %>
<% end %>
-
+ <%# Used to display form errors. %>
diff --git a/app/views/internal/shared/_navbar.html.erb b/app/views/internal/shared/_navbar.html.erb
index 8a6356bc2..a803caa86 100644
--- a/app/views/internal/shared/_navbar.html.erb
+++ b/app/views/internal/shared/_navbar.html.erb
@@ -2,10 +2,11 @@
<% menu_items[:listings] = "classified_listings" %>
<% menu_items[:pod] = "podcasts" %>
<% menu_items[:hooks] = "webhook_endpoints" %>
+
<% menu_items.each do |name, controller| %>
- "><%= name %>
<% end %>
-
+
diff --git a/app/views/layouts/internal.html.erb b/app/views/layouts/internal.html.erb
index 428802817..ba042f7ce 100644
--- a/app/views/layouts/internal.html.erb
+++ b/app/views/layouts/internal.html.erb
@@ -4,7 +4,7 @@
-
+ <%# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags %>
<%= csrf_meta_tags %>
@@ -13,13 +13,13 @@
<%= controller_name %>
-
+ <%# Latest compiled and minified CSS %>
-
+ <%# Optional theme %>
-
+ <%# Latest compiled and minified JavaScript %>
<%= javascript_include_tag "internal" %>
@@ -164,7 +164,7 @@
<%= yield %>
-
+