| Ticket Hash: | 66c6d4378e5e6ecce5527b2aa08750d090c96212 | ||
| Title: | "<div>" not honored in wiki pages | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Important | Priority: | |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: |
2010-04-27 06:00:04 15.94 years ago |
Created: |
2010-01-24 08:17:37 16.19 years ago |
| Version Found In: | afe70a464686a3085141c03a1aee3eceb598ddd8 | ||
| Description: | ||||
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: Use 'class=' instead of dir, and change the css to support whatever class you want. | ||||