From 477405a45d8a31776a95cab5b0021a5642cba61b Mon Sep 17 00:00:00 2001 From: Caoimhe Chaos Date: Thu, 7 Aug 2014 01:08:01 +0200 Subject: s/mycsstableclass/table table-hover/g --- Vereinskram/Finanzplanung/tablegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vereinskram/Finanzplanung/tablegen.py') diff --git a/Vereinskram/Finanzplanung/tablegen.py b/Vereinskram/Finanzplanung/tablegen.py index 36c52fc6..53a402c5 100644 --- a/Vereinskram/Finanzplanung/tablegen.py +++ b/Vereinskram/Finanzplanung/tablegen.py @@ -4,7 +4,7 @@ material = [1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5] mat_cost = 5 * 7 * 0.01 hours = 1 -print "[[!table class=\"mycsstableclass\" data=\"\"\"" +print "[[!table class=\"table table-hover\" data=\"\"\"" print "Preis | " + " | ".join(["%d CHF/h" % x for x in hourprices]) -- cgit v1.2.1