On May 11, 2016, at 3:54 PM, Marko Käning <sec001+fos...@posteo.net> wrote:
> 
> Why does "fossil timeline" show HTML tags around ticket titles, like this: 
> 
>       <i>Ticket test</i>
> 
> ???

Because the command line implementation of “fossil ticket” is basically just 
dumping a subset of the contents of the event table in the Fossil repository 
DB, and manifest_ticket_event() is committing event.comment with <i> tags 
embedded.  (For shame!)

The problem is on line 1693 of src/manifest.c, if you want to try and fix it.  
I believe the proper fix would involve moving these tags into 
www_print_timeline() in src/timeline.c.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to