Defect #2922
bad escaping of < and > in code exemple in redmine Wiki
| Status: | Closed | Start date: | 2009-03-06 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | - | |||
| Affected version: | Resolution: | Duplicate |
Description
see first example in this page : Plugin_Tutorial
it prints
ruby script/generate redmine_plugin <plugin_name>
while it should print
ruby script/generate redmine_plugin <plugin_name>
Related issues
History
Updated by Jean-Baptiste Barth almost 3 years ago
- Status changed from New to Closed
- Assignee changed from Jean-Philippe Lang to Jean-Baptiste Barth
- Affected version deleted (
devel) - Resolution set to Fixed
Fixed, thanks.
Updated by Paul Rivier almost 3 years ago
Hello Jean Baptiste,
I notice this has been worked around in this wikipage using 'pre' environnment that does not show the bad escaping problem, but fixing the redmine (or redcloth) code would be The Right Thing in my opinion. Of course unless the indented form of 'pre' is discouraged in redmine.
Updated by Jean-Baptiste Barth almost 3 years ago
- Status changed from Closed to Reopened
- Assignee deleted (
Jean-Baptiste Barth)
Oh ok, I thought you were just talking about this precise wiki page. You're right, I think there's a problem when you escape some code with "@" signs. I reopen the ticket, sorry.
Updated by Paul Rivier almost 3 years ago
yes, there is this '<>' escaping problem with @ constructs, as in this <example> of inline code
and with indented lines, as in
this <example> of indented codeUpdated by Jean-Philippe Lang almost 3 years ago
- Status changed from Reopened to Closed
- Resolution changed from Fixed to Duplicate
Dup of #1416.