diff --git a/app/views/nonprofits/show.html.erb b/app/views/nonprofits/show.html.erb
index 17041b6c..41dd817e 100755
--- a/app/views/nonprofits/show.html.erb
+++ b/app/views/nonprofits/show.html.erb
@@ -7,12 +7,12 @@
<%= content_for :facebook_tags do %>
-
+
<% end %>
<%= content_for :twitter_tags do %>
-
+
<% end %>
<%= content_for :stylesheets do %>
@@ -41,7 +41,6 @@
<%= render 'schema', npo: @nonprofit %>
<%= render 'common/froala' if current_nonprofit_user? %>
-
<% # needs to be after the page load because that's when I18n is included %>