Fixed: code syntax highlighting not working in Document page (#3740).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3603 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-03-18 20:06:16 +00:00
parent 4dd4300147
commit 5e4eef1a4e
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
<% end %>
<% html_title @document.title -%>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<% end %>