View Ticket
Not logged in
Ticket UUID: 466e4bbdc7c90d5e031a7e358fe5a08944ceebba
Title: "title" html tag doesn't seem to work properly
Status: Closed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-04-28 05:43:12
Version Found In: 7c37b46b12
Description & Comments:
Create a new repository. Create a file there called 'index.wiki', whose contents are:
     <title>Manual</title>

     This is a test page

Add, commit and then do 'fossil ui'. Navigate to "doc/tip/index.wiki" and you will see the title tags literally rather than causing the page title to change.

I think the "<" is getting escaped on commit or something


drh added on 2010-04-22 12:25:11:
Please attach the exact text of your document so that I can try to reproduce the problem.


ron added on 2010-04-27 19:12:53:
I can't see a way to attach to the ticket, so here is the zip w/ the fossil database as well as the wiki file:

http://ronware.org/test-466e4bbdc7.zip


ron added on 2010-04-28 05:43:12:
thanks!