diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-14 01:27:47 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-14 10:52:56 +0000 |
| commit | 25cac1ea9a70ab192a4b4fb49b972de2f342d240 (patch) | |
| tree | b2448bd46b5f1c63d9a3b99ebe16b33eeedaa4aa /docs/customize.html | |
| parent | 27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff) | |
| download | bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.tar.xz bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.zip | |
Redundant role="form" on <form>s
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html index b4725ab63..7ba9eb8e0 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -35,7 +35,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge </div> </div><!-- /import --> -<form class="bs-customizer" role="form"> +<form class="bs-customizer"> <div class="bs-docs-section" id="less-section"> <button class="btn btn-default toggle" type="button">Toggle all</button> <h1 id="less" class="page-header">Less files</h1> |
