These style tags need to specify a type attribute. There is a lot of
copy/pastiness in this part of the interface, and this error is just one
small example. The last missing type (in admin.html) is addressed in my
next patch.
Index: Open-ILS/web/conify/global/actor/org_unit.html
===================================================================
--- Open-ILS/web/conify/global/actor/org_unit.html (revision 14567)
+++ Open-ILS/web/conify/global/actor/org_unit.html (working copy)
@@ -27,7 +27,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body
{
height: 100%;
Index: Open-ILS/web/conify/global/actor/org_unit_type.html
===================================================================
--- Open-ILS/web/conify/global/actor/org_unit_type.html (revision 14567)
+++ Open-ILS/web/conify/global/actor/org_unit_type.html (working copy)
@@ -29,7 +29,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body
{
height: 100%;
Index: Open-ILS/web/conify/global/config/copy_status.html
===================================================================
--- Open-ILS/web/conify/global/config/copy_status.html (revision 14567)
+++ Open-ILS/web/conify/global/config/copy_status.html (working copy)
@@ -28,7 +28,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body {
height: 100%;
width: 100%;
Index: Open-ILS/web/conify/global/config/marc_code_maps.html
===================================================================
--- Open-ILS/web/conify/global/config/marc_code_maps.html (revision 14567)
+++ Open-ILS/web/conify/global/config/marc_code_maps.html (working copy)
@@ -28,7 +28,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body {
height: 100%;
width: 100%;
Index: Open-ILS/web/conify/global/permission/grp_tree.html
===================================================================
--- Open-ILS/web/conify/global/permission/grp_tree.html (revision 14567)
+++ Open-ILS/web/conify/global/permission/grp_tree.html (working copy)
@@ -28,7 +28,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body
{
height: 100%;
Index: Open-ILS/web/conify/global/permission/perm_list.html
===================================================================
--- Open-ILS/web/conify/global/permission/perm_list.html (revision 14567)
+++ Open-ILS/web/conify/global/permission/perm_list.html (working copy)
@@ -28,7 +28,7 @@
@import url('/js/dojo/dojox/widget/Toaster/Toaster.css');
</style>
- <style>
+ <style type="text/css">
html, body {
height: 100%;
width: 100%;