Fossil SCM
"<div>" not honored in wiki pages
Fixed
66c6d4378e5e6ec…
· opened 16 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 24, 2010 8:17 a.m.
Create a wiki page, and put in content like this:
<div dir="rtl"> שלום </div>
The resultant web page has this instead of what was asked for:
<div class="content"> <p> שלום </p> </div>
ron added on 2010-04-27 06:00:04:
Fixed by [99c26fccba]
Use 'class=' instead of dir, and change the css to support whatever class you want.