Browse Source

added rel=nofollow in default message

pull/1/head
Martin Monperrus 13 years ago
parent
commit
c24a8d1de4
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -155,7 +155,7 @@ function default_message() {
You may browse:<br/>
<?php
foreach (glob("*.bib") as $bibfile) {
$url="?bib=".$bibfile; echo '<a href="'.$url.'">'.$bibfile.'</a><br/>';
$url="?bib=".$bibfile; echo '<a href="'.$url.'" rel="nofollow">'.$bibfile.'</a><br/>';
}
echo "</div>";
}

Loading…
Cancel
Save