commit ff0998b1c31221d9c430c43e8254a398d1eb4891 Author: David Fifield david@bamsoftware.com Date: Mon Dec 12 07:52:59 2016 -0800
Fix label for n-th fastest relays (it said "Percentiles"). --- website/web/WEB-INF/graph.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/web/WEB-INF/graph.jsp b/website/web/WEB-INF/graph.jsp index 92d44a1..ad33e4d 100644 --- a/website/web/WEB-INF/graph.jsp +++ b/website/web/WEB-INF/graph.jsp @@ -43,7 +43,7 @@ ${description} </p> </c:if> <c:if test="${fn:length(n) > 0}"> - <p>Percentiles: + <p>n: <c:forEach var="row" items="${n}"> <label class="checkbox-label"> <input type="checkbox" name="n" value="${row[0]}"${row[1]}> ${row[0]}