diff rhodecode/templates/admin/repos/repo_edit.html @ 3029:685ebc84c2e9 beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Nov 2012 20:14:40 +0100
parents 00498b3e4c88
children 7297ffb60900
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Mon Nov 26 20:14:12 2012 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Mon Nov 26 20:14:40 2012 +0100
@@ -204,7 +204,7 @@
                     </tr>
                   %for cache in c.repo_info.cache_keys:
                       <tr>
-                        <td>${cache.prefix or '-'}</td> 
+                        <td>${cache.prefix or '-'}</td>
                         <td>${cache.cache_key}</td>
                         <td>${h.bool2icon(cache.cache_active)}</td>
                       </tr>