[projects/pld-builder.new] use ordered list in queue page

glen glen at pld-linux.org
Fri Jul 3 00:19:19 CEST 2015


commit 736f9b3a93f15e49bb532ab1f3319da46a790a73
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Jul 3 01:17:33 2015 +0300

    use ordered list in queue page

 PLD_Builder/request.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index 9760a67..0da6eea 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -122,10 +122,10 @@ class Group:
             'max_jobs': self.max_jobs,
             'flags': string.join(self.flags)
         })
-        f.write("<ul>\n")
+        f.write("<ol>\n")
         for b in self.batches:
             b.dump_html(f, self.id)
-        f.write("</ul>\n")
+        f.write("</ol>\n")
         f.write("</div>\n")
 
     def write_to(self, f):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/736f9b3a93f15e49bb532ab1f3319da46a790a73



More information about the pld-cvs-commit mailing list