Fix element ids in index.html

Wed, 10 Mar 2010 11:27:46 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 10 Mar 2010 11:27:46 +0000
changeset 8
09d33857ca04
parent 7
53201a5347f9
child 9
6677316d8834

Fix element ids in index.html

index.html file | annotate | diff | comparison | revisions
--- a/index.html	Mon Mar 08 14:38:22 2010 +0000
+++ b/index.html	Wed Mar 10 11:27:46 2010 +0000
@@ -29,12 +29,12 @@
 	<div id="support-chat">
 		<div id="support-question">
 			<h2>What is the nature of your question?</h2>
-			<select>
+			<select id="support-question-type">
 				<option>Sales</option>
 				<option>Technical</option>
 			</select>
 			<h2>What is your name?</h2>
-			<input id="support-question-type" type="text" />
+			<input id="support-question-name" type="text" />
 			<h2>Your question:</h2>
 			<textarea id="support-question-text"></textarea><br/>
 			<input id="support-question-submit" type="submit" />

mercurial