8000 Wrap copyright notice in footer tags for better semantic structure · FEAScript/FEAScript-platform@37bbf57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37bbf57

Browse files
committed
Wrap copyright notice in footer tags for better semantic structure
1 parent 786e7d8 commit 37bbf57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

help.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2>
231231
</li>
232232
</ul>
233233

234-
<p>&#169; 2023-<span id="currentYear"></span> FEAScript</p>
234+
<footer>
235+
<p>&#169; 2023-<span id="currentYear"></span> FEAScript</p>
236+
</footer>
235237
<script>
236238
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
237239
</script>

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,9 @@ <h1>A Visual Editor for the FEAScript Library</h1>
649649
</li>
650650
</ul>
651651

652-
<p>&#169; 2023-<span id="currentYear"></span> FEAScript</p>
652+
<footer>
653+
<p>&#169; 2023-<span id="currentYear"></span> FEAScript</p>
654+
</footer>
653655
<script>
654656
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
655657
</script>

0 commit comments

Comments
 (0)
0