Actions
Defect #9252
closedRegression: application title escaped 2 times
Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
Code cleanup/refactoring
Target version:
Start date:
2011-09-15
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Since of r6350, ApplicationHelper#html_title
returns an HTML escaped string, but the base layout escape it again.
As a result, if you are watching issue which Subject field value is something like:
"error.log" is empty
You'll get this string in your browser title bar:
Redmine - Issues #1234: "error.log" is empty
Related issues
Added by Toshi MARUYAMA over 13 years ago
Added by Toshi MARUYAMA over 13 years ago
HTML escape at link_to_revision() of app/helpers/application_helper.rb (#9252)
Added by Toshi MARUYAMA over 13 years ago
HTML escape at parse_wiki_links() of app/helpers/application_helper.rb (#9252)
Added by Toshi MARUYAMA over 13 years ago
HTML escape at parse_redmine_links() of app/helpers/application_helper.rb (#9252)
Added by Toshi MARUYAMA over 13 years ago
HTML escape at context_menu_link() of app/helpers/application_helper.rb (#9252)
Added by Etienne Massip over 13 years ago
Remove unecessary page title HTML escaping from views (#9252).
Actions
backed out r6350 (#9252, #4796)
HTML escape at app/helpers/application_helper.rb