Skip to content

Commit

Permalink
\nNewline
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin R. Smith committed Aug 1, 2018
1 parent 54df393 commit 7e3ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ protected function query_adsabs ($options) {
// API docs at https://github.com/adsabs/adsabs-dev-api/blob/master/search.md

if (!getenv('PHP_ADSABSAPIKEY')) {
echo " x PHP_ADSABSAPIKEY environment variable not set. Cannot query AdsAbs.";
echo "\n x PHP_ADSABSAPIKEY environment variable not set. Cannot query AdsAbs.";
return (object) array('numFound' => 0);
}

Expand Down

0 comments on commit 7e3ff09

Please sign in to comment.