Project

General

Profile

Actions

Defect #2922

closed

bad escaping of < and > in code exemple in redmine Wiki

Added by Paul Rivier about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2009-03-06
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

see first example in this page : Plugin_Tutorial

it prints

ruby script/generate redmine_plugin &lt;plugin_name&gt;

while it should print

ruby script/generate redmine_plugin <plugin_name>


Related issues

Is duplicate of Redmine - Defect #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectivelyClosed2008-06-10

Actions
Actions #1

Updated by Jean-Baptiste Barth about 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.

Actions #2

Updated by Paul Rivier about 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.

Actions #3

Updated by Jean-Baptiste Barth about 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.

Actions #4

Updated by Paul Rivier about 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 &lt;example&gt; of indented code
Actions #5

Updated by Jean-Philippe Lang about 15 years ago

  • Status changed from Reopened to Closed
  • Resolution changed from Fixed to Duplicate

Dup of #1416.

Actions

Also available in: Atom PDF