diff --git a/app/views/forum_topics/show.html.erb b/app/views/forum_topics/show.html.erb index ce5a027d2..a9111459d 100644 --- a/app/views/forum_topics/show.html.erb +++ b/app/views/forum_topics/show.html.erb @@ -38,11 +38,11 @@ <%= render "secondary_links" %> -<%= content_for(:page_title) do %> +<% content_for(:page_title) do %> Forum - <%= @forum_topic.title %> - <%= Danbooru.config.app_name %> <% end %> -<%= content_for(:html_header) do %> +<% content_for(:html_header) do %> <%= auto_discovery_link_tag(:atom, {format: :atom}, {title: @forum_topic.title}) %> +<% end %> diff --git a/app/views/users/_upgrade_notice.html.erb b/app/views/users/_upgrade_notice.html.erb index 93e36d551..63a594904 100644 --- a/app/views/users/_upgrade_notice.html.erb +++ b/app/views/users/_upgrade_notice.html.erb @@ -3,7 +3,7 @@

<%= link_to "No thanks", "#", :id => "hide-upgrade-account-notice" %>

-<%= content_for(:html_header) do %> +<% content_for(:html_header) do %>