Browse Source

change soft 404 nito hard 404

pull/134/head
Martin Monperrus 1 year ago
parent
commit
bf146c7606
No known key found for this signature in database GPG Key ID: 7D398AD45AEEEC93
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -3398,6 +3398,7 @@ function nonExistentBibEntryError() {
/** handles queries with no result */
class NotFoundDisplay {
function display() {
header('HTTP/1.1 404 Not found');
echo '<span class="count">'.__('Sorry, no results for this query').'</span>';
}
}

Loading…
Cancel
Save