Re: [fossil-dev] JSON wiki HTML rendering broken

2017-01-25 Thread BohwaZ
Thanks for fixing it in trunk :) -- bohwaz ___ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Re: [fossil-dev] JSON wiki HTML rendering broken

2017-01-24 Thread BohwaZ
Le 25/01/2017 13:17, Joe Mistachkin a écrit : BohwaZ wrote: Hey, the HTML rendering of wiki pages using fossil syntax is currently broken. Can you specify what it's doing incorrectly? FossilWiki-formatted pages were treated as text/plain. So for example links were not transformed into HTML

Re: [fossil-dev] JSON wiki HTML rendering broken

2017-01-24 Thread Joe Mistachkin
BohwaZ wrote: > > Hey, the HTML rendering of wiki pages using fossil syntax is currently > broken. > Can you specify what it's doing incorrectly? > > Here is the change needed to make it work again, it's just a simple > line inversion. > Upon studying the change, it does not appear to be log

[fossil-dev] JSON wiki HTML rendering broken

2017-01-24 Thread BohwaZ
Hey, the HTML rendering of wiki pages using fossil syntax is currently broken. Here is the change needed to make it work again, it's just a simple line inversion. Thank you :) Index: src/json_wiki.c == --- src/json_wiki.c +++ sr