Fixed the oblique wiki load problem.

This commit is contained in:
Sean B. Palmer
2010-10-20 16:50:21 +01:00
parent b45c1e94f7
commit 331bc44338

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'<[^>]+>')