Ticket UUID: | 66c6d4378e5e6ecce5527b2aa08750d090c96212 | ||
Title: |
" " not honored in wiki pages
| ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-04-27 06:00:04 | ||
Version Found In: | afe70a464686a3085141c03a1aee3eceb598ddd8 | ||
Description & Comments: | |||
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. |