diff --git a/app/controllers/list_controller.rb b/app/controllers/list_controller.rb index 672f793565098..e28a8ee5cbfa6 100644 --- a/app/controllers/list_controller.rb +++ b/app/controllers/list_controller.rb @@ -340,10 +340,6 @@ def category_none_top @params = { period: period } @rss_description = "top_#{period}" - if use_crawler_layout? - @title = I18n.t("js.filters.top.#{period}.title") + " - #{SiteSetting.title}" - end - respond_with_list(list) end