pass w3c validator

This commit is contained in:
Robin Buse 2011-07-26 18:11:51 +03:00
parent e56ef9c26e
commit 01483406ee

View file

@ -85,7 +85,7 @@
<div id="button" onclick="go2Random()">New Pad</div>
<br>
<div class="label">or create/open a Pad with the name</div>
<form action="" onsubmit="go2Name();return false;">
<form action="#" onsubmit="go2Name();return false;">
<input type="text" id="padname" autofocus>
<input type="submit" value="OK">
</form>