diff options
| author | XhmikosR <[email protected]> | 2016-03-03 10:21:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-10 13:44:16 +0200 |
| commit | dcc2b8ac00185c3e21299a70786cdd918e467fbe (patch) | |
| tree | f093a59ba4f6b9673cf1ff6e24cfcf9ace5f4052 /docs/examples | |
| parent | 9b412a743553a40af1d13d9896de170f53752b77 (diff) | |
| download | bootstrap-dcc2b8ac00185c3e21299a70786cdd918e467fbe.tar.xz bootstrap-dcc2b8ac00185c3e21299a70786cdd918e467fbe.zip | |
Fix HTML validation errors.
[skip sauce]
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 281edeca2..5cdf59eba 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -61,7 +61,7 @@ </ul> </li> </ul> - <form class="navbar-form navbar-left" role="search"> + <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control" placeholder="Search"> </div> diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 19d3aef1f..952d41d76 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -32,7 +32,7 @@ <![endif]--> </head> - <body role="document"> + <body> <!-- Fixed navbar --> <nav class="navbar navbar-inverse navbar-fixed-top"> |
