<% if post_set.has_artist? %>
diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb
index b6c02c7c8..bfdaf4479 100644
--- a/app/views/posts/show.html.erb
+++ b/app/views/posts/show.html.erb
@@ -187,7 +187,7 @@
<% end %>
-
+ <%# Twitter properties %>
<% if @post.twitter_card_supported? %>
diff --git a/app/views/sources/_info.html.erb b/app/views/sources/_info.html.erb
index 3fab37564..69780a02f 100644
--- a/app/views/sources/_info.html.erb
+++ b/app/views/sources/_info.html.erb
@@ -1,6 +1,4 @@
-
+<%# source %>
<%= link_to "Fetch source data", source_path(:format => "json"), :id => "fetch-data-manual" %>
diff --git a/app/views/uploads/_post.html.erb b/app/views/uploads/_post.html.erb
index 6882edfeb..d2b5a4258 100644
--- a/app/views/uploads/_post.html.erb
+++ b/app/views/uploads/_post.html.erb
@@ -1,6 +1,4 @@
-
+<%# post %>
<% if post %>
This post was probably already uploaded (<%= link_to "post ##{post.id}", post_path(post), :target => "_blank" %>)