Skip to content

Commit

Permalink
OTC website: remote outdated key quality link from rating detail pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Folkinshteyn committed Jul 2, 2018
1 parent 0cc11cf commit 8eceefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OTCWebsite/viewratingdetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function like($s, $e) {
$is_authed = isset($gpgentry['is_authed']) ? $gpgentry['is_authed'] : "";
}
}
echo '<li><a href="viewgpg.php?nick=' . htmlentities($nick) . '">GPG identity</a> (<a href=" http://nosuchlabs.com/gpgfp/' . $keyprint . '">check GPG key quality</a>)</li>';
echo '<li><a href="viewgpg.php?nick=' . htmlentities($nick) . '">GPG identity</a></li>';
echo '<li><a href="ratingreciprocity.php?nick=' . htmlentities($nick) . '">Rating reciprocity</a></li>';
?>
</ul>
Expand Down

0 comments on commit 8eceefc

Please sign in to comment.