Add id for for sidebar help & faq h3

This commit is contained in:
str4d
2017-04-09 06:27:22 +00:00
parent 9e8d4fbe21
commit 3f40af54d1

View File

@ -126,7 +126,7 @@ class SummaryBarRenderer {
public String renderHelpAndFAQHTML() {
StringBuilder buf = new StringBuilder(512);
buf.append("<h3><a href=\"/help\" target=\"_top\" title=\"")
buf.append("<h3 id=\"helpfaq\"><a href=\"/help\" target=\"_top\" title=\"")
.append(_t("I2P Router Help &amp; FAQ"))
.append("\">")
.append(_t("Help &amp; FAQ"))