Fixed links to Wiki pages with slashes and other interesting characters in the name
This commit is contained in:
parent
5cb21ff619
commit
21f7693c06
11 changed files with 27 additions and 24 deletions
|
@ -85,6 +85,9 @@ class Page
|
|||
@web.make_link(author, nil, options)
|
||||
end
|
||||
|
||||
def url
|
||||
CGI.escape(self.name)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue