diff --git a/app/views/wiki/new.rhtml b/app/views/wiki/new.rhtml index 0f46b5ad..d7202268 100644 --- a/app/views/wiki/new.rhtml +++ b/app/views/wiki/new.rhtml @@ -1,5 +1,5 @@ <% - @title = "Creating #{WikiWords.separate(CGI.unescape(@page_name))}" + @title = "Creating #{WikiWords.separate(@page_name)}" @content_width = 720 @hide_navigation = true %>