diff --git a/docs/index.html b/docs/index.html index e16a92149..78289882c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -648,16 +648,14 @@
- - +
- - +
@@ -930,26 +928,23 @@

- - +
- - +

+

Please note that the span and input tags should be on one line.

 <form>
   <div class="input-prepend">
-    <span class="add-on"><i class="icon-envelope"></i></span>
-    <input class="span2" type="text" placeholder="Email address">
+    <span class="add-on"><i class="icon-envelope"></i></span><input class="span2" type="text" placeholder="Email address">
   </div>
   <div class="input-prepend">
-    <span class="add-on"><i class="icon-key"></i></span>
-    <input class="span2" type="password" placeholder="Password">
+    <span class="add-on"><i class="icon-key"></i></span><input class="span2" type="password" placeholder="Password">
   </div>
 </form>