diff --git a/content/about/sponsors.html b/content/about/sponsors.html
index dd4ce93a..0aca58ba 100644
--- a/content/about/sponsors.html
+++ b/content/about/sponsors.html
@@ -25,7 +25,7 @@
<% unless cornerstone.empty? %>
<% cornerstone.each do |c| %>
-
+
<% end %>
<% end %>
@@ -33,7 +33,7 @@
<% unless other.empty? %>
<% other.each do |s| %>
-
+
<% end %>
<% end %>
@@ -49,6 +49,7 @@
%>
<% unless index == 0 %>
<% end %>
<% list = sponsors.select{|s| section[:section] == s.section }.select(§ion[:selector]) %>
+<% unless list.size == 0 %>
<%= section[:title] %><% if section[:plural] and list.size > 1 %>s<% end %>
<% if section[:alpha] and list.size > 1 %>
(in alphabetical order)
@@ -65,4 +66,5 @@