Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-22 15:02:24 +0300
committerGitHub <noreply@github.com>2017-10-22 15:02:24 +0300
commit2ef5b901364b9024ef62286be59bcd67a3ec7d89 (patch)
tree939839e1b4b4bcfd756f424684ce3a8deae902d0 /js/tests/visual/popover.html
parentfbd42af6ca17abf1e01349d7c581ec399202f4c0 (diff)
Tighten htmllint's rules. (#24471)
Diffstat (limited to 'js/tests/visual/popover.html')
-rw-r--r--js/tests/visual/popover.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html
index d979d967a4..ec2fb49345 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>