[Secure-testing-commits] r3597 - bin

Florian Weimer fw at costa.debian.org
Sat Mar 11 18:44:22 UTC 2006


Author: fw
Date: 2006-03-11 18:44:21 +0000 (Sat, 11 Mar 2006)
New Revision: 3597

Modified:
   bin/tracker_service.py
Log:
bin/tracker_service.py (TrackerService.make_search_button):
  Add missing space.


Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2006-03-11 18:43:13 UTC (rev 3596)
+++ bin/tracker_service.py	2006-03-11 18:44:21 UTC (rev 3597)
@@ -1036,6 +1036,7 @@
                           onkeyup="onSearch(this.value)",
                           onmousemove="onSearch(this.value)"),
                     INPUT(type='submit', value='Go'),
+                    ' ',
                     A(url.scriptRelative("data/report"), "Reporting problems"),
                     method='get',
                     action=url.scriptRelative(''))




More information about the Secure-testing-commits mailing list