Fix rendering of initial DataTable in IE7, IE8. Fixes bug #11205.

Added TR, TD tags to table containing the DataTable.  Also,
ran dataTable.js through jslint and fixed many issues.
This commit is contained in:
Colin Kuskie 2009-11-09 16:49:10 -08:00
parent ec30672d9e
commit 9d14e8b420
3 changed files with 12 additions and 9 deletions

View file

@ -6,6 +6,7 @@
- fixed #11209: Form::HTMLArea uses invalid javascript identifier
- fixed #11186: Template Attachments i18n
- fixed #11218: LDAPS does not create users automatically
- fixed #11205: DataTable borked in IE
7.8.4
- Fixed a compatibility problem between WRE and new Spectre code.