We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a9ff commit 7c39410Copy full SHA for 7c39410
inc/Remote/Response/Page.php
@@ -86,7 +86,7 @@ protected function retrieveTitle()
86
*/
87
public function calculateHash()
88
{
89
- $this->hash = md5(io_readFile($this->file));
+ $this->hash = md5(trim(io_readFile($this->file)));
90
}
91
92
/**
0 commit comments