diff rhodecode/templates/search/search_path.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents 387971bd1a79
children b4f401524060
line wrap: on
line diff
--- a/rhodecode/templates/search/search_path.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/search/search_path.html	Thu Jan 12 06:32:40 2012 +0200
@@ -5,22 +5,22 @@
 	    <div class="search_path">
 	        <div class="link">
 	            ${h.link_to(h.literal('%s &raquo; %s' % (sr['repository'],sr['f_path'])),
-	                h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}        
+	                h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}
 	        </div>
 	    </div>
     %else:
         %if cnt == 0:
 		    <div class="error">
 		        <div class="link">
-		            ${_('Permission denied')}        
+		            ${_('Permission denied')}
 		        </div>
-		    </div>        
+		    </div>
         %endif
-        
-    %endif      
+
+    %endif
 %endfor
 %if c.cur_query and c.formated_results:
 <div class="pagination-wh pagination-left">
     ${c.formated_results.pager('$link_previous ~2~ $link_next')}
-</div>  
+</div>
 %endif