]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/style.php
fix some more HTML violations in posted_date_widget.tpl
[friendica.git] / view / theme / vier / style.php
index 3d3c776745de4c86a02527d334a0eab9a811b61f..dba758ca24eb374fd7e661761789fd481ca3df0d 100644 (file)
@@ -46,7 +46,7 @@ if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) || isset($_SERVER['HTTP_IF_NONE_MA
        $cached_etag = str_replace(array('"', "-gzip"), array('', ''),
                                stripslashes($_SERVER['HTTP_IF_NONE_MATCH']));
 
-       if (($cached_modified == $modified) AND ($cached_etag == $etag)) {
+       if (($cached_modified == $modified) && ($cached_etag == $etag)) {
                header('HTTP/1.1 304 Not Modified');
                exit();
        }