aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/responsive-embed.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-10-22 13:45:18 +0300
committerXhmikosR <[email protected]>2014-10-22 13:49:24 +0300
commit908190a6c5b9c5efef357bc51b2035c5a9d50c1a (patch)
treeceaf3865dea7f0481a614840df936ac8ae917907 /docs/_includes/components/responsive-embed.html
parentfc0eee7d47487af67b5fb2800c7e1a287b5c568d (diff)
downloadbootstrap-908190a6c5b9c5efef357bc51b2035c5a9d50c1a.tar.xz
bootstrap-908190a6c5b9c5efef357bc51b2035c5a9d50c1a.zip
Replace the unicode ellipsis symbol with 3 dots.
[ci skip]
Diffstat (limited to 'docs/_includes/components/responsive-embed.html')
-rw-r--r--docs/_includes/components/responsive-embed.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html
index 6976cb6c7..b9ced4c5d 100644
--- a/docs/_includes/components/responsive-embed.html
+++ b/docs/_includes/components/responsive-embed.html
@@ -12,12 +12,12 @@
{% highlight html %}
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
- <iframe class="embed-responsive-item" src="…"></iframe>
+ <iframe class="embed-responsive-item" src="..."></iframe>
</div>
<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
- <iframe class="embed-responsive-item" src="…"></iframe>
+ <iframe class="embed-responsive-item" src="..."></iframe>
</div>
{% endhighlight %}
</div>