diff rhodecode/templates/files/files_ypjax.html @ 2188:56e96d4e9f6e beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 22:15:45 +0200
parents ee07357d9265
children 269c6e0b54cc
line wrap: on
line diff
--- a/rhodecode/templates/files/files_ypjax.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/files/files_ypjax.html	Sat Apr 14 22:15:45 2012 +0200
@@ -1,9 +1,9 @@
 %if c.file:
     <h3 class="files_location">
         ${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}
-        %if c.annotate:  
-        - ${_('annotation')} 
-        %endif        
+        %if c.annotate:
+        - ${_('annotation')}
+        %endif
     </h3>
         %if c.file.is_dir():
             <%include file='files_browser.html'/>