diff options
| author | XhmikosR <[email protected]> | 2017-10-22 15:02:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 15:02:24 +0300 |
| commit | 2ef5b901364b9024ef62286be59bcd67a3ec7d89 (patch) | |
| tree | 939839e1b4b4bcfd756f424684ce3a8deae902d0 /js/tests/visual/popover.html | |
| parent | fbd42af6ca17abf1e01349d7c581ec399202f4c0 (diff) | |
| download | bootstrap-2ef5b901364b9024ef62286be59bcd67a3ec7d89.tar.xz bootstrap-2ef5b901364b9024ef62286be59bcd67a3ec7d89.zip | |
Tighten htmllint's rules. (#24471)
Diffstat (limited to 'js/tests/visual/popover.html')
| -rw-r--r-- | js/tests/visual/popover.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index d979d967a..ec2fb4934 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.html @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> @@ -22,8 +22,7 @@ Popover on right </button> - <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus - sagittis lacus vel augue laoreet rutrum faucibus."> + <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on bottom </button> |
