From 2362793369156ae7c9c63c50a07ac2c79a9df7fa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 12 Jul 2006 19:21:36 +0000 Subject: Bug 317694: All buttons in forms must have an id - Patches by André Batosti r=ghendricks a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/pages/linkify.html.tmpl | 2 +- template/en/default/pages/quicksearch.html.tmpl | 2 +- template/en/default/pages/quicksearchhack.html.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/pages') diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index 48b193253..af0a86ba8 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -37,7 +37,7 @@ %]
- + [% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 73a0172ee..b8d412d5e 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -40,7 +40,7 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> - +

Getting Started

diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl index 22913ec42..47a0eacd3 100644 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ b/template/en/default/pages/quicksearchhack.html.tmpl @@ -32,8 +32,8 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> - - + +

-- cgit v1.2.3-24-g4f1b