diff --git a/combine.php b/combine.php index aef9c4f2..0e0e00a6 100644 --- a/combine.php +++ b/combine.php @@ -69,7 +69,7 @@ } // Send Etag hash - $hash = $lastmodified . '-' . md5($elements); + $hash = $lastmodified . '-' . md5(implode('', $elements)); header ("Etag: \"" . $hash . "\""); if (isset($_SERVER['HTTP_IF_NONE_MATCH']) &&