Actions
Defect #1944
closedMalformed link inside a code tag
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.
Updated by Jean-Baptiste Barth over 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