Skip to content

Commit

Permalink
was removed from Redmine 1.3.0, so we're now falling back on the lon…
Browse files Browse the repository at this point in the history
…ger method that it used to call
  • Loading branch information
epitron committed Jan 21, 2012
1 parent 9cf754e commit 9429681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/_file.rhtml
Expand Up @@ -12,7 +12,7 @@
</style>

<div class="uv-file">
<%= syntax_highlight(filename, to_utf8(content)) %>
<%= syntax_highlight( filename, Redmine::CodesetUtil.to_utf8_by_setting(content) ) %>
</div>

<% content_for :header_tags do %>
Expand Down

0 comments on commit 9429681

Please sign in to comment.