Fossil SCM
"title" html tag doesn't seem to work properly
Closed
466e4bbdc7c90d5…
· opened 15 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- April 22, 2010 3:33 a.m.
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!