Skip to content

Commit

Permalink
I don't know how the escape crept back in, but remove it for real (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Mar 16, 2021
1 parent 2ee4051 commit f4845ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def build_agent(name, type)
# however in order to ensure backward compatibility with already recorded values we are normalizing
# the fragment here. See https://developer.mozilla.org/en-US/docs/Web/API/URL/hash
def build_agent_resource(prefix, name)
[Agent.new(::RDF::URI.new("#{prefix}##{URI.encode(name)}").normalize!)]
[Agent.new(::RDF::URI.new("#{prefix}##{name}").normalize!)]
end

def build_access(access)
Expand Down

0 comments on commit f4845ad

Please sign in to comment.