Fixed links to Wiki pages with slashes and other interesting characters in the name

This commit is contained in:
Alexey Verkhovsky 2005-02-05 16:36:27 +00:00
parent 5cb21ff619
commit 21f7693c06
11 changed files with 27 additions and 24 deletions

View file

@ -85,6 +85,9 @@ class Page
@web.make_link(author, nil, options)
end
def url
CGI.escape(self.name)
end
private