The accesskey for the "search" link conflicted with the one for the
"contents" link.
ticket: 7559 (new)
target_version: 1.11.1
tags: pullup
{% 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"] %}