Did a bunch of tweaks
This commit is contained in:
parent
50d6840628
commit
7c1fd68948
3 changed files with 8 additions and 6 deletions
|
@ -48,4 +48,4 @@ def wiki(inp):
|
|||
if len(desc) > 300:
|
||||
desc = desc[:300] + '...'
|
||||
|
||||
return '%s -- %s' % (desc, http.quote(url, ':/'))
|
||||
return '%s :: %s' % (desc, http.quote(url, ':/'))
|
||||
|
|
Reference in a new issue