Skip to content

Commit

Permalink
Spaces deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed Nov 5, 2019
1 parent 4cf6ae1 commit d6cbe65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Lib/Ezb.php
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,9 @@ private function getMoreDetails($journalId){
$HttpPageConnection = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('tx_libconnect_resources_private_lib_httppageconnection');
$url = 'http://rzblx1.uni-regensburg.de/ezeit/detail.phtml?colors=' . '&jour_id=' . $journalId . '&bibid='. $this->bibID . '&lang=' . $this->lang;
$HttpRequestData = $HttpPageConnection->getDataFromHttpPage($url);

$moreDetails = array();

//replace double white space in single
$HttpRequestData = trim(preg_replace('/\s\s+/', ' ', $HttpRequestData));

Expand Down

0 comments on commit d6cbe65

Please sign in to comment.