Defect #2922
closed
bad escaping of < and > in code exemple in redmine Wiki
Added by Paul Rivier over 15 years ago.
Updated over 15 years ago.
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>
- 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
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.
- 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.
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
- Status changed from Reopened to Closed
- Resolution changed from Fixed to Duplicate
Also available in: Atom
PDF