web/data/cubicweb.calendar.js
branchstable
changeset 3096 8ee9529d8367
parent 1419 7ff24154351d
child 5658 7b9553a9db65
child 5767 1d811df051c2
--- a/web/data/cubicweb.calendar.js	Wed Sep 02 10:40:16 2009 +0200
+++ b/web/data/cubicweb.calendar.js	Wed Sep 02 10:40:43 2009 +0200
@@ -112,7 +112,8 @@
 	this.domtable = TABLE({'class': this.cssclass},
 			      THEAD(null, TR(null,
 					     TH(null, A({'href' : prevlink}, "<<")),
-					     TH({'colspan' : 5, 'style' : "text-align: center;"}, monthname),
+					     // IE 6/7 requires colSpan instead of colspan
+					     TH({'colSpan': 5, 'colspan':5, 'style' : "text-align: center;"}, monthname),
 					     TH(null, A({'href' : nextlink}, ">>")))),
 			      TBODY(null,
 				    this._headdisplay(),