From 5865e39ad77d4ba8e7b21d7ffbc3c6bf9c528116 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Apr 2016 19:19:30 +0000 Subject: [PATCH] Whitespace only change (#22058). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15325 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/repositories/entry.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>