X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/f1afad9b15dd2e672dc83bf6469532683f9c33ed..f1b121ab0699da579cd8de7f5a0c891c2389f549:/index.html

diff --git a/index.html b/index.html
index 5ed2498..afb9231 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
   </head>
   <body onload="browserInit();">
     <form onsubmit="return browserCreateTask(this);">
-      <input name="taskName">
+      <input id="taskName" name="taskName">
     </form>
   </body>
 </html>