diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-21 09:42:14 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-21 09:42:14 -0800 |
commit | fb7e353adc84dd77c3d288ae425631e0698b2973 (patch) | |
tree | 3c98d4a5595487681dbaa7588bbd952d3865e7ae /tools | |
parent | 32d6b24210164c8efd1fdb89a228d88b03e50914 (diff) | |
download | serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.gz serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.bz2 serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.tar.xz serverdata-fb7e353adc84dd77c3d288ae425631e0698b2973.zip |
Add LPC news before bugfix, linkify txt newsv2013.02.21.1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/_news_colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/_news_colors.py b/tools/_news_colors.py index 36f97b60..16318fdb 100644 --- a/tools/_news_colors.py +++ b/tools/_news_colors.py @@ -110,7 +110,7 @@ class TxtLink(object): def __init__(self, stack): self.stack = stack def __format__(self, target): - return '##3' + target + self.stack[-1] + return '@@{link}|{text}@@'.format(link=target, text=target) class TxtSignature(object): __slots__ = ('stack') |