diff rhodecode/templates/followers/followers.html @ 1888:f91d3f9b7230 beta

White-space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 12 Jan 2012 06:32:40 +0200
parents 215a4801bb1e
children 76d156bef5a2
line wrap: on
line diff
--- a/rhodecode/templates/followers/followers.html	Thu Jan 12 05:51:13 2012 +0200
+++ b/rhodecode/templates/followers/followers.html	Thu Jan 12 06:32:40 2012 +0200
@@ -7,7 +7,7 @@
 
 <%def name="breadcrumbs_links()">
     ${h.link_to(u'Home',h.url('/'))}
-    &raquo; 
+    &raquo;
     ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
     &raquo;
     ${_('followers')}
@@ -26,7 +26,7 @@
     <div class="table">
         <div id="followers">
             ${c.followers_data}
-        </div>   
+        </div>
     </div>
-</div>    
-</%def> 
\ No newline at end of file
+</div>
+</%def>