krb5 commit: Fix "search" accesskey in layout.html

Tom Yu tlyu at MIT.EDU
Thu Jan 31 15:40:48 EST 2013


https://github.com/krb5/krb5/commit/ba8a8a6b25027079ffd3e565a6e6ed450217a024
commit ba8a8a6b25027079ffd3e565a6e6ed450217a024
Author: Tom Yu <tlyu at mit.edu>
Date:   Thu Jan 17 22:42:23 2013 -0500

    Fix "search" accesskey in layout.html
    
    The accesskey for the "search" link conflicted with the one for the
    "contents" link.
    
    ticket: 7559 (new)
    target_version: 1.11.1
    tags: pullup

 doc/_templates/layout.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 5df82a5..bada10b 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,5 @@
 {% extends "!layout.html" %}
-{% set rellinks = [('search', 'Enter search criteria', 'C', 'Search')] +
+{% set rellinks = [('search', 'Enter search criteria', 'S', 'Search')] +
                   rellinks +
                   [('index', 'Full Table of Contents', 'C', 'Contents')] %}
 {% set css_files = css_files + ["_static/kerb.css"] %}


More information about the cvs-krb5 mailing list