]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace the unicode ellipsis symbol with 3 dots.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 22 Oct 2014 10:45:18 +0000 (13:45 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 22 Oct 2014 10:49:24 +0000 (13:49 +0300)
[ci skip]

docs/_includes/components/responsive-embed.html

index 6976cb6c724c30754ee602c2632a76834a7a1eaf..b9ced4c5d28d2abcac4ae7d96043fcf028676a17 100644 (file)
 {% 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>