Skip to content

Commit 88d35b7

Browse files
Hyphen to dash for ranges (#32488)
* Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges * Hyphen to dash for ranges
1 parent eb45005 commit 88d35b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

site/content/docs/5.0/examples/carousel-rtl/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ <h2 class="featurette-heading">وأخيرًا ، هذا. <span class="text-muted
162162
<!-- FOOTER -->
163163
<footer class="container">
164164
<p class="float-end"><a href="#">عد إلى الأعلى</a></p>
165-
<p>&copy; 2017-{{< year >}} Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
165+
<p>&copy; 2017{{< year >}} Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
166166
</footer>
167167
</main>

site/content/docs/5.0/examples/carousel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Ch
161161
<!-- FOOTER -->
162162
<footer class="container">
163163
<p class="float-end"><a href="#">Back to top</a></p>
164-
<p>&copy; 2017-{{< year >}} Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
164+
<p>&copy; 2017{{< year >}} Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
165165
</footer>
166166
</main>

site/content/docs/5.0/examples/pricing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1 class="card-title pricing-card-title">$29 <small class="text-muted">/ mo</sm
8181
<div class="row">
8282
<div class="col-12 col-md">
8383
<img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
84-
<small class="d-block mb-3 text-muted">&copy; 2017-{{< year >}}</small>
84+
<small class="d-block mb-3 text-muted">&copy; 2017{{< year >}}</small>
8585
</div>
8686
<div class="col-6 col-md">
8787
<h5>Features</h5>

site/content/docs/5.0/examples/product/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 class="display-5">Another headline</h2>
104104
<div class="row">
105105
<div class="col-12 col-md">
106106
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
107-
<small class="d-block mb-3 text-muted">&copy; 2017-{{< year >}}</small>
107+
<small class="d-block mb-3 text-muted">&copy; 2017{{< year >}}</small>
108108
</div>
109109
<div class="col-6 col-md">
110110
<h5>Features</h5>

site/content/docs/5.0/examples/sign-in/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
2121
</label>
2222
</div>
2323
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
24-
<p class="mt-5 mb-3 text-muted">&copy; 2017-{{< year >}}</p>
24+
<p class="mt-5 mb-3 text-muted">&copy; 2017{{< year >}}</p>
2525
</form>
2626
</main>

0 commit comments

Comments
 (0)