Skip to content
Snippets Groups Projects
Commit 218ab20c authored by Demian Katz's avatar Demian Katz
Browse files

Whitespace cleanup.

parent 0ac874f1
No related merge requests found
......@@ -215,7 +215,7 @@ class EuropeanaResults implements RecommendInterface,
{
// build url
$url = $targetUrl . "?" . $requestParam . "=" . $this->lookfor;
//add providers to ignore
// add providers to ignore
foreach ($excludeProviders as $provider) {
$provider = trim($provider);
if (!empty($provider)) {
......@@ -224,7 +224,7 @@ class EuropeanaResults implements RecommendInterface,
}
$url .= '&wskey=' . urlencode($this->key);
//return complete url
// return complete url
return $url;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment