Ticket #2855: asterisk.patch
| File asterisk.patch, 0.5 kB (added by creanium, 8 months ago) |
|---|
-
wiki.py
old new 69 69 70 70 return "prefs_announcer_wiki.html", dict( 71 71 wiki_interests = '\n'.join( 72 urllib.unquote( 73 x.replace('.*?', '*') 74 ) for x in interests.split(' ') 72 urllib.unquote(x).replace('.*?', '*') 73 for x in interests.split(' ') 75 74 ) 76 75 )
