From d4a4ad4bc50bb7a064aa3d721c1714047eb4ee00 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 1 Jun 2014 16:44:20 +0200 Subject: [PATCH] graph; fix content-type --- graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph b/graph index d3b9f13..f17c343 100755 --- a/graph +++ b/graph @@ -52,7 +52,7 @@ fi if [ -z "$graph" ] then cat <<-EOHTML - content-type: text/html + content-type: application/xhtml+xml Last-Modified: $(LC_ALL=C TZ=GMT date +'%a, %d %b %Y %X %Z') Expires: $(LC_ALL=C TZ=GMT date +'%a, %d %b %Y %X %Z' -d '10 minutes') refresh: 600