aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-08 02:14:43 -0800
committerMark Otto <[email protected]>2013-12-08 02:14:43 -0800
commite349fb2114804f35e8602a3936b84242ae32420e (patch)
tree66f10f8ccd45814f3b161e46c63dae0a053e7d45 /examples
parent1f9bfa89dc219654b5e096bda9233a58c69216fa (diff)
downloadbootstrap-e349fb2114804f35e8602a3936b84242ae32420e.tar.xz
bootstrap-e349fb2114804f35e8602a3936b84242ae32420e.zip
fix validation failure
Diffstat (limited to 'examples')
-rw-r--r--examples/dashboard/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dashboard/index.html b/examples/dashboard/index.html
index 47ca987de..e721aa16a 100644
--- a/examples/dashboard/index.html
+++ b/examples/dashboard/index.html
@@ -46,7 +46,7 @@
<li><a href="#">Profile</a></li>
<li><a href="#">Help</a></li>
</ul>
- <form action="" class="navbar-form navbar-right">
+ <form class="navbar-form navbar-right">
<input type="text" class="form-control" placeholder="Search...">
</form>
</div>