# HG changeset patch # User nanaya # Date 1533727181 -32400 # Node ID 05ce14af003a563f2d5d54a55e15ab067c0dd65d # Parent 04ca6c4f11d0869a08a9b2905c3d4f181b656880 port can't be part of the id diff -r 04ca6c4f11d0 -r 05ce14af003a app/helpers/application_helper.rb --- a/app/helpers/application_helper.rb Wed Aug 08 20:19:08 2018 +0900 +++ b/app/helpers/application_helper.rb Wed Aug 08 20:19:41 2018 +0900 @@ -10,7 +10,7 @@ end def atom_id(id) - "tag:#{request.host_with_port},2005:#{id}" + "tag:#{request.host},2005:#{id}" end def expand_url(text, *urls)