diff options
| author | Chris Rebert <[email protected]> | 2013-08-14 00:09:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-14 00:09:42 -0700 |
| commit | aa2c152d85d1220a7b93002b54edd04e6c15cc62 (patch) | |
| tree | 7f680d71f965d0ce444b972b170b994c6d55e08e /components.html | |
| parent | 13d2616631d9c40d3022ab1949be52f86a23b712 (diff) | |
| download | bootstrap-aa2c152d85d1220a7b93002b54edd04e6c15cc62.tar.xz bootstrap-aa2c152d85d1220a7b93002b54edd04e6c15cc62.zip | |
rm `action` attr from highlighted example code too
fixup to e61c71e0775f676c3e404e7a8853949c78bc4511
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 17a96e86b..b2b68778d 100644 --- a/components.html +++ b/components.html @@ -1179,7 +1179,7 @@ base_url: "../" </ul> </li> </ul> - <form class="navbar-form navbar-left" action="" role="search"> + <form class="navbar-form navbar-left" role="search"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> </div> |
