Removed trailing spaces.
[zzz-floof.git] / floof / templates / base.mako
index 73f069c..38226db 100644 (file)
@@ -17,8 +17,8 @@
 % endif
 
 ${h.form(h.url_for('search'), method='GET')}
-${h.text('query', c.query)} 
-${h.submit('button', 'Search')} 
+${h.text('query', c.query)}
+${h.submit('button', 'Search')}
 
 % if c.user:
 ${h.submit('button', 'Save')}