commit 0547e1a4a46c27450518acdd49ec0a5d1229574f Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Sep 11 16:15:57 2018 +0200
Fix another broken anchor. --- src/main/resources/web/jsps/stats.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/web/jsps/stats.jsp b/src/main/resources/web/jsps/stats.jsp index 9c8d158..b737bf7 100644 --- a/src/main/resources/web/jsps/stats.jsp +++ b/src/main/resources/web/jsps/stats.jsp @@ -594,7 +594,7 @@ Performance <a href="#performance" name="performance" class="anchor">#</a></h2>
<div class="container"> <h2><i class="fa fa-map-signs fa-fw" aria-hidden="true"></i> -Onion Services <a href="#onion-services" name="servers" class="anchor">#</a></h2> +Onion Services <a href="#onion-services" name="onion-services" class="anchor">#</a></h2>
<h3>Unique .onion addresses (version 2 only) <a href="/hidserv-dir-onions-seen.html" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> graph</a>
tor-commits@lists.torproject.org