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
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
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
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