Fixed double slash in Ace::Item#permalink.

master
hotovson 2011-03-06 19:58:26 +01:00
parent 539169d414
commit 6860bd4705
1 changed files with 1 additions and 1 deletions

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