Patch #11793
Html escaping doesn't work in "Jump to project" list
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Projects | |||
Target version: | - |
Description
Greetings,
I've found a bug in redmine. If project name have some html characters(like '&', or '<', '>', tags, etc.), project name doesn't display correctly, something like on screenshot:
So, i've made a patch(replaced "h(project)" to "project.to_s").
Redmine version 2.0.3
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.8.24
Rack version 1.4
Rails version 3.2.6
Postgresql version 9.1.5
Related issues
History
#1
Updated by Etienne Massip over 8 years ago
- Status changed from New to Closed
Closed as duplicate of #11217.