added <noscript></noscript> for the submit button

This commit is contained in:
Olivier Müller
2002-01-12 13:34:33 +00:00
parent f2567b035f
commit 1ac8f9ab48
3 changed files with 7 additions and 2 deletions

View File

@@ -418,7 +418,7 @@ if (empty($cfgLang)) {
}
?>
</select>
<input type="submit" value="Go" />
<noscript><input type="submit" value="Go" /></noscript>
</form>
</td>
</tr>