Skip to content

Commit 199d831

Browse files
committed
Stop nesting the <footer> in a <div>
1 parent c202905 commit 199d831

File tree

5 files changed

+26
-36
lines changed

5 files changed

+26
-36
lines changed

images/index.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,12 @@ <h2>Data</h2>
167167
</table>
168168
</div>
169169

170-
<div class="container pt-4 pb-3">
171-
<footer>
172-
<p class="text-body-secondary">
173-
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
174-
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
175-
</p>
176-
</footer>
177-
</div>
170+
<footer class="pt-4 pb-3">
171+
<p class="text-body-secondary">
172+
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
173+
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
174+
</p>
175+
</footer>
178176
</div> <!-- /container -->
179177
<!-- script tags -->
180178
<script type="text/javascript">

index.html

+7-9
Original file line numberDiff line numberDiff line change
@@ -505,14 +505,12 @@ <h1 class="col-md-12 text-center">Learn More…</h1>
505505
</div>
506506
</div>
507507
</div>
508-
<div class="container pt-4 pb-3">
509-
<footer>
510-
<p class="text-body-secondary">
511-
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public
512-
Domain Dedication</a> except where an alternate is specified.
513-
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
514-
</p>
515-
</footer>
516-
</div>
508+
<footer class="container pt-4 pb-3">
509+
<p class="text-body-secondary">
510+
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public
511+
Domain Dedication</a> except where an alternate is specified.
512+
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
513+
</p>
514+
</footer>
517515
</body>
518516
</html>

learn.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,12 @@ <h1>Blog Posts</h1>
132132
</ul>
133133
</div>
134134

135-
<div class="container pt-4 pb-3">
136-
<footer>
137-
<p class="text-body-secondary">
138-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
139-
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
140-
</p>
141-
</footer>
142-
</div>
135+
<footer class="pt-4 pb-3">
136+
<p class="text-body-secondary">
137+
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
138+
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
139+
</p>
140+
</footer>
143141
</div> <!-- End Container -->
144142
</body>
145143
</html>

playground/index.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -629,14 +629,12 @@ <h4>Public Key for Verification</h4>
629629
</div> <!-- /.container -->
630630
</div> <!-- /.loading -->
631631

632-
<div class="container pt-4 pb-3">
633-
<footer>
634-
<p class="text-body-secondary">
635-
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
636-
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
637-
</p>
638-
</footer>
639-
</div>
632+
<footer class="container pt-4 pb-3">
633+
<p class="text-body-secondary">
634+
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
635+
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
636+
</p>
637+
</footer>
640638

641639
<!-- sccdn scripts -->
642640
<script src="https://cdn.jsdelivr.net/g/[email protected],[email protected],[email protected],[email protected](codemirror.min.js+addon/lint/lint.js+addon/edit/matchbrackets.js+addon/edit/closebrackets.js+addon/display/placeholder.js+addon/hint/show-hint.js+mode/ntriples/ntriples.js+mode/javascript/javascript.js)"></script>

spec/index.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,8 @@ function getDrafts($spec)
207207

208208
?>
209209
</p>
210-
</div> <!-- /container -->
211210

212-
<div class="container pt-4 pb-3">
213-
<footer>
211+
<footer class="pt-4 pb-3">
214212
<p class="text-body-secondary">
215213
JSON-LD Specifications are covered by the <a href="https://www.w3.org/Consortium/Legal/2015/doc-license">W3C DOCUMENT LICENSE</a> except where an alternate is specified.
216214
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.

0 commit comments

Comments
 (0)