Fixed the oblique wiki load problem.

master
Sean B. Palmer 2010-10-20 16:50:21 +01:00
parent b45c1e94f7
commit 331bc44338
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ http://inamidst.com/phenny/
import re, urllib
import web
definitions = 'http://wiki.github.com/nslater/oblique/'
definitions = 'http://github.com/nslater/oblique/wiki'
r_item = re.compile(r'(?i)<li>(.*?)</li>')
r_tag = re.compile(r'<[^>]+>')