Actions
Patch #11793
closedHtml escaping doesn't work in "Jump to project" list
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
Files
Related issues
      
      Updated by Etienne Massip about 13 years ago
      
    
    - Status changed from New to Closed
 
Closed as duplicate of #11217.
Actions