Defect #2922
closedbad escaping of < and > in code exemple in redmine Wiki
0%
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
Updated by Jean-Baptiste Barth over 15 years ago
- Status changed from New to Closed
- Assignee changed from Jean-Philippe Lang to Jean-Baptiste Barth
- Affected version (unused) deleted (
devel) - Resolution set to Fixed
Fixed, thanks.
Updated by Paul Rivier over 15 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 over 15 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 over 15 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 code
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from Reopened to Closed
- Resolution changed from Fixed to Duplicate
Dup of #1416.