summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-11 19:19:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-11 19:19:30 +0000
commit5865e39ad77d4ba8e7b21d7ffbc3c6bf9c528116 (patch)
tree0c8322921067757778181a88366ae5675153d6cc
parent2fbce6515d6f87cae8c4f02d082f208595821bdd (diff)
downloadredmine-5865e39ad77d4ba8e7b21d7ffbc3c6bf9c528116.tar.gz
redmine-5865e39ad77d4ba8e7b21d7ffbc3c6bf9c528116.zip
Whitespace only change (#22058).
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15325 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/repositories/entry.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/entry.html.erb b/app/views/repositories/entry.html.erb
index 1f1118356..d9b5be9ab 100644
--- a/app/views/repositories/entry.html.erb
+++ b/app/views/repositories/entry.html.erb
@@ -11,7 +11,7 @@
<% if Redmine::MimeType.is_type?('image', @path) %>
<%= render :partial => 'common/image', :locals => {:path => url_for(params.merge(:action => 'raw')), :alt => @path} %>
<% else %>
-<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
+ <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
<% end %>
<% content_for :header_tags do %>