]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix "search" accesskey in layout.html
authorTom Yu <tlyu@mit.edu>
Fri, 18 Jan 2013 03:42:23 +0000 (22:42 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 31 Jan 2013 20:10:20 +0000 (15:10 -0500)
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

index 5df82a5bfad055458810c48d0ba0ca737d674097..bada10bd57aa5351388a5a6eec688c37ba28b6cc 100644 (file)
@@ -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"] %}