Fixed double slash in Ace::Item#permalink.

This commit is contained in:
hotovson 2011-03-06 19:58:26 +01:00
parent 539169d414
commit 6860bd4705

View file

@ -131,7 +131,7 @@ module Ace
raise "You have to add :base_url into config.yml or redefine #base_url method!"
end
"#{self.base_url}/#{self.server_path}"
"#{self.base_url}#{self.server_path}"
end
attr_writer :output_path