|
From: Benjamin C. <bc...@us...> - 2002-03-01 00:45:36
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory usw-pr-cvs1:/tmp/cvs-serv1372/templates/default Modified Files: wrap.html Log Message: Extra no-cache directive for brain-dead versions of IE Index: wrap.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wrap.html 5 Jan 2002 20:01:17 -0000 1.12 +++ wrap.html 1 Mar 2002 00:45:33 -0000 1.13 @@ -69,3 +69,4 @@ </table> </body> </html> +<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head> |