summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>2011-03-09 00:57:19 +0100
committerTiago Mello <timello@gmail.com>2011-03-09 00:57:19 +0100
commitfd4f9fadbede46895d8c9e9853e04e02fe701662 (patch)
tree8aacd29ebfef7d1f81a0a23dd903d6149ea29944 /template/en/default/global
parent6c42067c9c5ca5bb7fe6ad544101eb414e299e17 (diff)
downloadbugzilla-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar.gz
bugzilla-fd4f9fadbede46895d8c9e9853e04e02fe701662.tar.xz
Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make it
W3C WAI compliant. r=timello, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/common-links.html.tmpl2
-rw-r--r--template/en/default/global/header.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index b0bb36315..769d41e7e 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -35,7 +35,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch"
- value="[% quicksearch FILTER html %]">
+ title="Quick Search" value="[% quicksearch FILTER html %]">
<input class="btn" type="submit" value="Search"
id="find[% qs_suffix FILTER html %]">
[%-# Work around FF bug: keep this on one line %]</form>
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index d6a07bcd3..c7c104e29 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -91,7 +91,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<html lang="en">
<head>
[% Hook.process("start") %]
<title>[% title %]</title>