[Secure-testing-commits] r32717 - bin

Holger Levsen holger at moszumanska.debian.org
Mon Mar 9 17:40:09 UTC 2015


Author: holger
Date: 2015-03-09 17:40:09 +0000 (Mon, 09 Mar 2015)
New Revision: 32717

Modified:
   bin/tracker_service.py
Log:
fix table caption, the table is below the text

Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2015-03-09 17:06:01 UTC (rev 32716)
+++ bin/tracker_service.py	2015-03-09 17:40:09 UTC (rev 32717)
@@ -483,7 +483,7 @@
                 make_table(gen_data(),
                     caption=("Package", "Type", "Release", "Fixed Version",
                              "Urgency", "Origin", "Debian Bugs"),
-                    introduction=P("The information above is based on the following data on fixed versions.")))
+                    introduction=P("The information below is based on the following data on fixed versions.")))
 
         if bug.comments:
             page.append(H2("Notes"))




More information about the Secure-testing-commits mailing list