diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb
index abffc282a..a967f2b0a 100644
--- a/app/presenters/tag_set_presenter.rb
+++ b/app/presenters/tag_set_presenter.rb
@@ -19,7 +19,7 @@ class TagSetPresenter < Presenter
html = ""
if ordered_tags.present?
- html << '
'
+ html << ''
ordered_tags.each do |tag|
html << build_list_item(tag, current_query: current_query, show_extra_links: show_extra_links, name_only: name_only)
end
diff --git a/app/views/posts/partials/show/_information.html.erb b/app/views/posts/partials/show/_information.html.erb
index 7c87fc524..66614b2f8 100644
--- a/app/views/posts/partials/show/_information.html.erb
+++ b/app/views/posts/partials/show/_information.html.erb
@@ -1,4 +1,4 @@
-
+
- ID: <%= post.id %>
- Top Tagger: <%= link_to_user(post.keeper) %>
<% if CurrentUser.is_moderator? %>
diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb
index 4e64bc8d0..74f53cdca 100644
--- a/app/views/posts/show.html.erb
+++ b/app/views/posts/show.html.erb
@@ -47,11 +47,11 @@
<%= render "posts/partials/show/notices", :post => @post %>
- >
+ <%= content_tag(:section, PostPresenter.data_attributes(@post).merge(id: "image-container")) do -%>
<%= @post.presenter.image_html(self) %>
-
+ <% end -%>
<% if CurrentUser.is_member? %>
<%= content_tag(:div, class: "fav-buttons fav-buttons-#{@post.is_favorited?}") do %>