1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

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:
Oliver Schmidt 2015-04-30 12:55:38 +02:00
parent 10cb585d86
commit a983d5b0fd

View File

@ -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>