We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -334,9 +334,9 @@ |
||
| 334 | 334 | $entryArray['pagination'] = htmlspecialchars($entry['pagination']); |
| 335 | 335 | $entryArray['doNotLinkIt'] = 1; |
| 336 | 336 | |
| 337 | - if($entry['children'] == NULL) { |
|
| 337 | + if ($entry['children'] == NULL) { |
|
| 338 | 338 | $entryArray['description'] = $entry['description']; |
| 339 | - $entryArray['image'] = $this->doc->getFileLocation($this->doc->physicalStructureInfo[$this->doc->physicalStructure[1]]['files']['THUMBS']);; |
|
| 339 | + $entryArray['image'] = $this->doc->getFileLocation($this->doc->physicalStructureInfo[$this->doc->physicalStructure[1]]['files']['THUMBS']); ; |
|
| 340 | 340 | $entryArray['doNotLinkIt'] = 0; |
| 341 | 341 | // index.php?tx_dlf%5Bid%5D=http%3A%2F%2Flink_to_METS_file.xml |
| 342 | 342 | $entryArray['_OVERRIDE_HREF'] = '/index.php?id=' . GeneralUtility::_GET('id') . '&tx_dlf%5Bid%5D=' . urlencode($entry['points']); |