[tor-commits] [bridgedb/develop] Add accesskey to "get bridges" link.
isis at torproject.org
isis at torproject.org
Mon Apr 14 22:02:10 UTC 2014
commit 2b75894680405f55342e09cb3944e4fda9fad608
Author: Isis Lovecruft <isis at 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>
More information about the tor-commits
mailing list