pombreda / txt2tags

Automatically exported from code.google.com/p/txt2tags
GNU General Public License v2.0
0 stars 0 forks source link

[moin] link fix #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ diff txt2tags.py /usr/bin/txt2tags 
1027,1028c1027,1028
<               'url'                   : '[\a]'          ,
<               'urlMark'               : '[\a \a]'       ,

---
>               'url'                   : '[[\a]]'          ,
>               'urlMark'               : '[[\a | \a]]'       ,

Original issue reported on code.google.com by zhangmingyuan240 on 3 Jul 2012 at 8:21

GoogleCodeExporter commented 9 years ago
sorry for the late reply.

It is already fixed in the development version. See 
https://code.google.com/p/txt2tags/source/browse/trunk/targets/moin.py

Original comment by eforg...@gmail.com on 26 Jul 2012 at 8:02