diff --git a/flight/Engine.php b/flight/Engine.php index bd435c2..0475460 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -728,7 +728,7 @@ class Engine { $id = (('weak' === $type) ? 'W/' : '') . $id; - $this->response()->header('ETag', $id); + $this->response()->header('ETag', '"'.str_replace('"', '\"', $id).'"'); if ( isset($_SERVER['HTTP_IF_NONE_MATCH']) &&