Revision 25205 Author asequeira Date 2013-01-14 15:29:59 -0600 (Mon, 14 Jan 2013) Log Message EE-3045 Fligh Reservation system does not recognize JSON command on IE 9 Adding doctype declaration to allow flight reservation to work on IE9 Modified Paths branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html Diff Modified: branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html (25204 => 25205) --- branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html 2013-01-14 20:00:56 UTC (rev 25204) +++ branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html 2013-01-14 21:29:59 UTC (rev 25205) @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <link href="flight-reservation.css" rel="stylesheet" type="text/css"/> To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
EE-3045 Fligh Reservation system does not recognize JSON command on IE 9 Adding doctype declaration to allow flight reservation to work on IE9
--- branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html 2013-01-14 20:00:56 UTC (rev 25204) +++ branches/mule-3.x/examples/flight-reservation/src/main/app/docroot/index.html 2013-01-14 21:29:59 UTC (rev 25205) @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <link href="flight-reservation.css" rel="stylesheet" type="text/css"/>
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email