Project

General

Profile

Actions

Defect #1944

closed

Malformed link inside a code tag

Added by Lobo tuerto over 15 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2008-09-24
Due date:
% Done:

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

Here is my conf: * your database version (Postgresql 8.3) * your Ruby version (ruby 1.8.6) * your Rails version (Rails 2.1.1) * your Redmine version (devel) and the exact revision (r1902)

The problem is when you have something like this in a wiki page:

has n, [[Banco|:bancos]]

It gives out something like:

http://localhost:3000/wiki/sif/<span_class="co">Banco<span>

It should be:

http://localhost:3000/wiki/sif/Banco

Which, shouldn't.

Actions #1

Updated by Lobo tuerto over 15 years ago

Woops, I meant: which, isn't.

Actions #2

Updated by Jean-Baptiste Barth almost 14 years ago

  • Status changed from New to Closed
  • Resolution set to Cant reproduce

Works fine for me :

has n, [[Banco|:bancos]]
produces
<p>has n, <a href="/projects/myproject/wiki/Banco" class="wiki-page new">:bancos</a></p

...which is desired behaviour in my opinion.

I close the issue, feel free to reopen, and sorry for the long silence.

Actions

Also available in: Atom PDF