Defect #6272
Raw HTML Formating not working
| Status: | Closed | Start date: | 2010-09-02 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | - | |||
| Affected version: | Resolution: | Wont fix |
Description
I tried to format a wiki text using the Textile Raw HTML option "==".
But this displayed wrong with showing some the HTML signs.
Example (should be a strong text "textile"):
<b>textile</b>
History
Updated by Holger Just over 1 year ago
- Status changed from New to Closed
- Resolution set to Wont fix
Redmine disables some Textile features for security reasons. This includes
- arbitrary HTML tags
- arbitrary CSS
This prevents you from having XSS issue on your Redmine.