From 854ce5999b62de2c0ff9546ff96a5970d986df51 Mon Sep 17 00:00:00 2001 From: Wouter van Oijen Date: Sun, 9 Oct 2005 08:29:38 +0000 Subject: [PATCH] Fixed typo in Cache-Control meta tag --- lib/WebGUI/Style.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm index 8173df253..8c92a48df 100644 --- a/lib/WebGUI/Style.pm +++ b/lib/WebGUI/Style.pm @@ -137,7 +137,7 @@ sub process { # This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression. $var{'head.tags'} .= ' - + '; }