diff --git a/app/views/news_updates/_listing.html.erb b/app/views/news_updates/_listing.html.erb
index 71c58e6fa..0bb139b8e 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 fe6649ae5..dab1f74f1 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 0c9da9cc9..52709b176 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 7f58ebb8f..908d3a6b2 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" %>
-
<%= post_favlist(post) %>
+ <%= link_to "«".html_safe, "#", :id => "hide-favlist-link", :style => "display: none" %>
+ <%= post_favlist(post) %>
<% end %>
-
Status: