We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0e635 commit 72fb63aCopy full SHA for 72fb63a
1 file changed
src/IndieWeb/link_rel_parser.php
@@ -71,6 +71,7 @@ function head_http_rels($url) {
71
72
$r = array();
73
$r['status'] = $i['http_code'];
74
+ $r['type'] = $i['content_type'];
75
$r['rels'] = http_rels($h);
76
return $r;
77
}
0 commit comments