Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nioupola committed Oct 16, 2023
1 parent 544c7d2 commit 0bf9772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def robots
unless site.crawling_permitted?
text << "Disallow: /"
end
render :text => text.join("\n"), :content_type => 'text/plain'
render :plain => text.join("\n"), :content_type => 'text/plain'
end

def subscriber_verification
Expand Down

0 comments on commit 0bf9772

Please sign in to comment.