diff options
| author | Julien Déramond <[email protected]> | 2023-02-25 19:05:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-25 19:05:15 +0100 |
| commit | 80ba84844399bd3e83ed77d42202ea8e7a3620d4 (patch) | |
| tree | 911c323c723c3019a1976e3617eccafab401dac4 | |
| parent | 6b4b77e32052c28b9c338e813d4b44dc893c922d (diff) | |
| download | bootstrap-80ba84844399bd3e83ed77d42202ea8e7a3620d4.tar.xz bootstrap-80ba84844399bd3e83ed77d42202ea8e7a3620d4.zip | |
Docs: fix code indentation in homepage JavaScript plugins section (#38112)
| -rw-r--r-- | site/layouts/partials/home/plugins.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/site/layouts/partials/home/plugins.html b/site/layouts/partials/home/plugins.html index cf441efa7..ab48d9bc6 100644 --- a/site/layouts/partials/home/plugins.html +++ b/site/layouts/partials/home/plugins.html @@ -32,14 +32,14 @@ </div> {{ highlight (printf `<div class="dropdown"> -<button class="btn btn-primary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false"> - Dropdown -</button> -<ul class="dropdown-menu"> - <li><button class="dropdown-item" type="button">Dropdown item</button></li> - <li><button class="dropdown-item" type="button">Dropdown item</button></li> - <li><button class="dropdown-item" type="button">Dropdown item</button></li> -</ul> + <button class="btn btn-primary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false"> + Dropdown + </button> + <ul class="dropdown-menu"> + <li><button class="dropdown-item" type="button">Dropdown item</button></li> + <li><button class="dropdown-item" type="button">Dropdown item</button></li> + <li><button class="dropdown-item" type="button">Dropdown item</button></li> + </ul> </div> `) "html" "" }} <p>Learn more about <a href="/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#using-bootstrap-as-a-module">our JavaScript as modules</a> and <a href="/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#programmatic-api">using the programmatic API</a>.</p> |
