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/> You may browse:<br/>
<?php <?php
foreach (glob("*.bib") as $bibfile) { 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>"; echo "</div>";
} }

Loading…
Cancel
Save