diff options
| author | XhmikosR <[email protected]> | 2019-01-28 23:17:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-29 17:21:11 +0200 |
| commit | a60c595dc1214c8685af081b2f9b85b470bf32e8 (patch) | |
| tree | 77a2c6e3359f9effcffabfa8d3ec0db1a72da4e5 | |
| parent | be5d3de1d6e5afd26f77b42bec9ceacf2e861135 (diff) | |
| download | bootstrap-a60c595dc1214c8685af081b2f9b85b470bf32e8.tar.xz bootstrap-a60c595dc1214c8685af081b2f9b85b470bf32e8.zip | |
image-replacement.md: use three dots.
| -rw-r--r-- | site/docs/4.2/utilities/image-replacement.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/image-replacement.md b/site/docs/4.2/utilities/image-replacement.md index ab092d67f..9579100a4 100644 --- a/site/docs/4.2/utilities/image-replacement.md +++ b/site/docs/4.2/utilities/image-replacement.md @@ -33,5 +33,5 @@ Use the `.text-hide` class to maintain the accessibility and SEO benefits of hea </div> {% highlight html %} -<h1 class="text-hide" style="background-image: url('..');">Bootstrap</h1> +<h1 class="text-hide" style="background-image: url('...');">Bootstrap</h1> {% endhighlight %} |
