diff options
| author | XhmikosR <[email protected]> | 2020-05-06 09:20:08 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-06 09:20:08 +0300 |
| commit | 967e6071bac797101daabe74c31cc3a5e6493fd4 (patch) | |
| tree | 848f0ebdb90e65d78c002f7c00475ff8b393aee0 /js/tests/visual/tooltip.html | |
| parent | 23aaee8c6f8c5cff58935f8484a1995dbffa4b45 (diff) | |
| download | bootstrap-967e6071bac797101daabe74c31cc3a5e6493fd4.tar.xz bootstrap-967e6071bac797101daabe74c31cc3a5e6493fd4.zip | |
tests: streamline HTML end tags (#30648)
Diffstat (limited to 'js/tests/visual/tooltip.html')
| -rw-r--r-- | js/tests/visual/tooltip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index e15b81837..f21c325a3 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -48,7 +48,7 @@ </div> <div class="row"> <p> - <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with XSS" data-container="<img src=1 onerror=alert(123) />"> + <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with XSS" data-container="<img src=1 onerror=alert(123)>"> Tooltip with XSS </button> <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="left" title="Tooltip with container (selector)" data-container="#customContainer"> |
