app/views/webobject.erb in symbiont-0.1.9 vs app/views/webobject.erb in symbiont-0.2.0
- old
+ new
@@ -28,10 +28,10 @@
<label for="email" class="label">E-mail Address</label>
<input name="email" type="text" id="email">
</div>
<div>
<label for="dob" class="label">Date of Birth</label>
- <input name="dob" type="text" id="dob" class="date" title="Please type your date of birth using this format: 01/19/2000"></input>
+ <input name="dob" type="text" id="dob" class="date" title="Please type your date of birth using this format: 01/19/2000">
</div>
<div>
<label for="password" class="label">Password</label>
<input name="password" type="password" id="password">
</div>