You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/10/29 11:21:40 UTC

svn commit: r830881 - in /incubator/click/trunk/click/examples/webapp: border-template.htm border-template.jsp general/broken-border.htm

Author: sabob
Date: Thu Oct 29 10:21:40 2009
New Revision: 830881

URL: http://svn.apache.org/viewvc?rev=830881&view=rev
Log:
fixed favicon for ie

Modified:
    incubator/click/trunk/click/examples/webapp/border-template.htm
    incubator/click/trunk/click/examples/webapp/border-template.jsp
    incubator/click/trunk/click/examples/webapp/general/broken-border.htm

Modified: incubator/click/trunk/click/examples/webapp/border-template.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/border-template.htm?rev=830881&r1=830880&r2=830881&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/border-template.htm (original)
+++ incubator/click/trunk/click/examples/webapp/border-template.htm Thu Oct 29 10:21:40 2009
@@ -22,12 +22,13 @@
 <html>
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=8" />
 <title>$title : Click Examples</title>
 <link type="text/css" rel="stylesheet" href="${context}/assets/css/style.css" title="Style"/>
 
 ${headElements}
 
-<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
+<link rel="shortcut icon" href="$context/favicon.ico" type="image/ico"/>
 </head>
 <body>
 

Modified: incubator/click/trunk/click/examples/webapp/border-template.jsp
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/border-template.jsp?rev=830881&r1=830880&r2=830881&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/border-template.jsp (original)
+++ incubator/click/trunk/click/examples/webapp/border-template.jsp Thu Oct 29 10:21:40 2009
@@ -25,10 +25,11 @@
 <html>
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=8" />
 <title>${title} : Click Examples</title>
 <link type="text/css" rel="stylesheet" href="${context}/assets/css/style.css" title="Style"/>
 ${headElements}
-<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
+<link rel="shortcut icon" href="$context/favicon.ico" type="image/ico"/>
 </head>
 <body>
 

Modified: incubator/click/trunk/click/examples/webapp/general/broken-border.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/general/broken-border.htm?rev=830881&r1=830880&r2=830881&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/general/broken-border.htm (original)
+++ incubator/click/trunk/click/examples/webapp/general/broken-border.htm Thu Oct 29 10:21:40 2009
@@ -22,11 +22,12 @@
 <html>
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=8" />
 <title>Click Examples - $title</title>
 <link rel="stylesheet" type="text/css" href="style.css" title="Style"/>
 $headElements
 $jsElements
-<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
+<link rel="shortcut icon" href="$context/favicon.ico" type="image/ico"/>
 </head>	
 <body>