svn commit: r1228014 - /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robbypelssers
Date: Fri Jan 6 08:32:11 2012
New Revision: 1228014
URL: http://svn.apache.org/viewvc?rev=1228014&view=rev
Log:
added extra check for browser < IE9 which cannot handle html5 and css3.
Modified:
cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html
Modified: cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html?rev=1228014&r1=1228013&r2=1228014&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html (original)
+++ cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/overview.html Fri Jan 6 08:32:11 2012
@@ -19,6 +19,9 @@
<head>
<title>Cocoon 3 Samples and Integration Tests: Overview </title>
<link type="text/css" href="read/style.css" rel="stylesheet"/>
+ <!--[if lt IE 9]>
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
<base target="_blank"/>
</head>
<body>