diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-03-09 00:06:31 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-03-09 00:06:31 +0000 |
| commit | 8ae35991c3ac697381a6936ff6f37263672f3701 (patch) | |
| tree | c1d2d4c644079cd5d75cdce7a03c178cac66dd98 | |
| parent | 9dfe03345b4c78b2d3b14abb699c98497d623784 (diff) | |
Ooop another syntax errors.
| -rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 7a1df7d..99b6e61 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -27,7 +27,7 @@ is submitted via the Enter key ... unless there are at least two text input fields. This is documented all over the web. --> - <input type='text' name='IEHack' 'value='IEHack: see note above' style='display: none;' /> + <input type='text' name='IEHack' value='IEHack: see note above' style='display: none;' /> <input type='submit' name='doSearch' value='Search' /> </div> <div class='standardMargins'> |
