diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:10:19 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:10:19 +0000 |
commit | 2b3726bdc07ef58e2a7d3a27fcd2ac884aaee39a (patch) | |
tree | 34ae6d813add1ee4ae653602ca8d8cf6f5028a71 /app/views/news | |
parent | c5804128dab8d7d049c7582669c9b0eb6c733b25 (diff) | |
download | redmine-2b3726bdc07ef58e2a7d3a27fcd2ac884aaee39a.tar.gz redmine-2b3726bdc07ef58e2a7d3a27fcd2ac884aaee39a.zip |
HTML escape at app/views/news/show.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6379 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 28db44e96..ea630779c 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -63,7 +63,7 @@ <% end %> <% end %> -<% html_title @news.title -%> +<% html_title h(@news.title) -%> <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> |