Actions
Defect #10991
closedMy page > Spent time 'project' column is html-encoded
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
We saw some thing like
<a href="/issues/1298" class="issue status-1 priority-2 created-by-me">my issue #1298</a>
in the project column.
The env. is
Redmine 2.0.0
ruby 1.8.7
rails 3.2.3
MySQL 5.5
Files
Updated by Etienne Massip over 12 years ago
- Status changed from New to Confirmed
- Target version set to 2.0.1
Confirmed by reading code, no #html_safe
in source:/branches/2.0-stable/app/helpers/application_helper.rb#L74.
Updated by Sirk Johannsen over 12 years ago
- File redmine-error-1.png redmine-error-1.png added
- File redmine-error-2.png redmine-error-2.png added
We have the same issue with a fresh install on the "My Page" tab as described above:
As well as on our upgraded Version (1.3 -> 2.0). Additionally we have a HTML-Code Issue on the "observer" / "watcher" part of an issue in the upgraded instance:
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Actions