lib/stratify-instapaper/presenter.rb in stratify-instapaper-0.1.3 vs lib/stratify-instapaper/presenter.rb in stratify-instapaper-0.1.3.1
- old
+ new
@@ -14,10 +14,10 @@
def details
join_fields_with_separator domain, description
end
def domain
- URI.parse(url).host
+ URI.parse(URI.escape(url)).host
end
private
def separator