Added name attribute to submit buttons.
The Contiki web browser doesn't display the submit buttons if they have no name attribute.
This commit is contained in:
parent
10cb585d86
commit
a983d5b0fd
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
<li><form method="get" action="http://sourceforge.net/p/cc65/mailman/search">Search
|
||||
<input type="text" name="q" maxlength="255"/>
|
||||
<input type="hidden" name="mail_list" value="cc65-devel"/>
|
||||
<input type="submit" value="SourceForge Search"/>
|
||||
<input type="submit" name="s" value="SourceForge Search"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<li><form method="get" action="http://sourceforge.net/p/cc65/mailman/search">Search
|
||||
<input type="text" name="q" maxlength="255"/>
|
||||
<input type="hidden" name="mail_list" value="cc65-git"/>
|
||||
<input type="submit" value="SourceForge Search"/>
|
||||
<input type="submit" name="s" value="SourceForge Search"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<li><form method="get" action="http://www.google.com/search">Search
|
||||
<input type="text" name="q" maxlength="255"/>
|
||||
<input type="hidden" name="sitesearch" value="http://cc65.github.io/mailarchive"/>
|
||||
<input type="submit" value="Google Search"/>
|
||||
<input type="submit" name="s" value="Google Search"/>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue