commit 2b75894680405f55342e09cb3944e4fda9fad608 Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 11 11:51:04 2014 +0000
Add accesskey to "get bridges" link. --- lib/bridgedb/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/templates/index.html b/lib/bridgedb/templates/index.html index 1f5ab34..da48ddd 100644 --- a/lib/bridgedb/templates/index.html +++ b/lib/bridgedb/templates/index.html @@ -20,9 +20,9 @@ <div class="bdb_span7 step-text"> <span class="lead"> <span class="step-title"> - ${_("Step 2")}</span> - <span style="margin-left: 20px;"> - ${_("Get %s bridges %s") % ("""<a href="/options">""", "</a>")}</span> + ${_("Step %s2%s") % ("""<u>""", """</u>""")}</span> + <span style="margin-left: 20px; margin-right: 20px;"> + ${_("Get %s bridges %s") % ("""<a href="/options" accesskey="2">""", "</a>")}</span> </span> </div> </div>
tor-commits@lists.torproject.org