diff rhodecode/templates/repo_switcher_list.html @ 1653:b1e1dffd595c beta

one generic qfilter function.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 04 Nov 2011 21:18:46 +0200
parents 96ae22a4e963
children f91d3f9b7230
line wrap: on
line diff
--- a/rhodecode/templates/repo_switcher_list.html	Thu Nov 03 03:00:53 2011 +0200
+++ b/rhodecode/templates/repo_switcher_list.html	Fri Nov 04 21:18:46 2011 +0200
@@ -1,10 +1,7 @@
 ## -*- coding: utf-8 -*-
 
 <li class="qfilter_rs">
-<input type="text" 
-style="border:0"        
-value="quick filter..." 
-name="filter" size="15" id="q_filter_rs" />
+    <input type="text" style="border:0" value="quick filter..." name="filter" size="15" id="q_filter_rs" />
 </li>
     
 %for repo in c.repos_list: