Updated editor, dealing with line endings
This commit is contained in:
parent
bad439097b
commit
253336500b
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ class YellowResponse
|
|||
{
|
||||
$pageSource = new YellowPage($this->yellow);
|
||||
$pageSource->setRequestInformation($scheme, $address, $base, $location, $fileName);
|
||||
$pageSource->parseData($rawDataSource, false, 0);
|
||||
$pageSource->parseData($this->normaliseLines($rawDataSource, $endOfLine), false, 0);
|
||||
if(substrb($pageSource->rawData, 0, $pageSource->metaDataOffsetBytes) !=
|
||||
substrb($page->rawData, 0, $page->metaDataOffsetBytes))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue