Closed b1naryth1ef closed 11 years ago
We need to fix local-wiki links. Should be easy, just if x.startswith('/b1naryth1ef/'): x['href'] = x.split('/')[-1]
if x.startswith('/b1naryth1ef/'): x['href'] = x.split('/')[-1]
We need to fix local-wiki links. Should be easy, just
if x.startswith('/b1naryth1ef/'): x['href'] = x.split('/')[-1]