This commit is contained in:
Luke Rogers 2012-04-30 02:02:14 +12:00
parent 546a40ccfb
commit 7529cb2ba3

View file

@ -44,7 +44,7 @@ def wiki(inp):
desc = title + desc
desc = re.sub('\s+', ' ', desc).strip() # remove excess spaces
desc = truncate_words(desc, 300)
return '%s -- %s' % (desc, http.quote(url, ':/'))