Fixed bug: trailing spaces in page names

If you create a page with trailing spaces, it is lost to the ether. (However, recent changes will show you a missing link for the page.)

Bil

Ok. Fix is to change soks-servlet:


def make_pagename_valid( pagename )
    pagename.tr('\[]?{}&^`<>','').strip
end

Fixed in v0-0-7

Edit this page or watch for changes using RSS.