diff rhodecode/templates/admin/users/user_edit.html @ 2453:d2a528b60e50 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 14 Jun 2012 02:06:35 +0200
parents 751c1c56e080
children 1f9c467e01eb
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit.html	Wed Jun 13 23:44:32 2012 +0200
+++ b/rhodecode/templates/admin/users/user_edit.html	Thu Jun 14 02:06:35 2012 +0200
@@ -162,7 +162,7 @@
     <div id="perms" class="table">
            %for section in sorted(c.perm_user.permissions.keys()):
               <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
-  
+
               <div id='tbl_list_wrap_${section}' class="yui-skin-sam">
                <table id="tbl_list_${section}">
                 <thead>
@@ -202,6 +202,6 @@
                </table>
               </div>
            %endfor
-    </div>    
+    </div>
 </div>
 </%def>