diff --git a/app/views/news_updates/_listing.html.erb b/app/views/news_updates/_listing.html.erb
index 0bb139b8e..547cf9015 100644
--- a/app/views/news_updates/_listing.html.erb
+++ b/app/views/news_updates/_listing.html.erb
@@ -1,5 +1,5 @@
<% cache("news-updates", :expires_in => 1.hour) do %>
-
+
<% NewsUpdate.recent.each do |news_update| %>
- <%= news_update.created_at.strftime("%b %d") %>: <%= news_update.message.html_safe %>
diff --git a/app/views/posts/partials/index/_blacklist.html.erb b/app/views/posts/partials/index/_blacklist.html.erb
index dab1f74f1..e827c1f1c 100644
--- a/app/views/posts/partials/index/_blacklist.html.erb
+++ b/app/views/posts/partials/index/_blacklist.html.erb
@@ -1,4 +1,4 @@
-
+
Blacklisted
diff --git a/app/views/posts/partials/index/_mode_menu.html.erb b/app/views/posts/partials/index/_mode_menu.html.erb
index 52709b176..a16e63c21 100644
--- a/app/views/posts/partials/index/_mode_menu.html.erb
+++ b/app/views/posts/partials/index/_mode_menu.html.erb
@@ -23,5 +23,5 @@
-
+
<% end %>
diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb
index 908d3a6b2..3128c82a7 100644
--- a/app/views/posts/partials/show/_information.html.erb
+++ b/app/views/posts/partials/show/_information.html.erb
@@ -17,8 +17,8 @@
- Favorites: <%= post.fav_count %>
<% if CurrentUser.is_gold? %>
<%= link_to "»".html_safe, "#", :id => "show-favlist-link" %>
- <%= link_to "«".html_safe, "#", :id => "hide-favlist-link", :style => "display: none" %>
-
<%= post_favlist(post) %>
+ <%= link_to "«".html_safe, "#", :id => "hide-favlist-link", :style => "display: none;" %>
+ <%= post_favlist(post) %>
<% end %>
-
Status: