You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/10/23 02:09:49 UTC

svn commit: r1026536 - /incubator/wookie/trunk/widgets/widget-template/index.html

Author: rgardler
Date: Sat Oct 23 00:09:49 2010
New Revision: 1026536

URL: http://svn.apache.org/viewvc?rev=1026536&view=rev
Log:
Add IE fix

Modified:
    incubator/wookie/trunk/widgets/widget-template/index.html

Modified: incubator/wookie/trunk/widgets/widget-template/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/index.html?rev=1026536&r1=1026535&r2=1026536&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/index.html Sat Oct 23 00:09:49 2010
@@ -40,4 +40,8 @@
 	  
 	  
 	</body>
+<!-- fix forIE cashing - must go here even though its in the wrong place
+<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
+</HEAD>
+-->
 </html>
\ No newline at end of file