From ba8a8a6b25027079ffd3e565a6e6ed450217a024 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 17 Jan 2013 22:42:23 -0500 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/_templates/layout.html') diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 5df82a5bf..bada10bd5 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"] %} -- cgit