| author | volker@brainbot.com |
| Tue Nov 18 17:40:54 2008 +0100 (6 weeks ago) | |
| changeset 308 | 5170fd2c7ff1 |
| parent 307 | 030dc4a434f2 |
| child 309 | 65d8d8b6c492 |
1 --- a/mwlib/rl/rlwriter.py Tue Nov 18 15:55:41 2008 +0100 2 +++ b/mwlib/rl/rlwriter.py Tue Nov 18 17:40:54 2008 +0100 3 @@ -935,7 +935,7 @@ 4 else: 5 t = '<link href="%s">%s</link>' % (xmlescape(href), t.strip()) 6 else: 7 - t = u'<link href="#%s">%s\u2193</link>' % (article_id, t.strip()) 8 + t = u'<link href="#%s">\u2192 %s</link>' % (article_id, t.strip()) 9 10 return [t] 11