Changeset 2494481
- Timestamp:
- 03/12/2021 07:42:12 PM (5 years ago)
- Location:
- wp-linked-data/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
request/WilldurandContentNegotiation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-linked-data/trunk/readme.txt
r2443280 r2494481 66 66 == Changelog == 67 67 68 = 0.5.2 = 69 70 * Fix: Serve HTML if Accept header is empty instead of failing with status 500 71 68 72 = 0.5.1 = 69 73 -
wp-linked-data/trunk/request/WilldurandContentNegotiation.php
r2177855 r2494481 13 13 public function negotiateRdfContentType($acceptHeader) 14 14 { 15 if (is_null($acceptHeader)) { 16 return null; 17 } 18 15 19 $negotiator = new \Negotiation\Negotiator(); 16 20
Note: See TracChangeset
for help on using the changeset viewer.