Skip to content

Commit 11985a5

Browse files
committed
onlinedocs: index.html: Fix some HTML validator issues.
What remains is that <hr> may not be used in a <table>. https://validator.w3.org/check?uri=https%3A%2F%2Favrdudes.github.io%2Favr-libc%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
1 parent b74fb50 commit 11985a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>AVR-LibC</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6-
<link rel="stylesheet" href="style.css" type="text/css" />
6+
<link rel="stylesheet" href="style.css" type="text/css">
77
</head>
88
<body bgcolor="#fefff0">
99
<!--img src="logo.png" alt="Logo" /-->
@@ -49,7 +49,7 @@ <h2>Documentation</h2>
4949
<td><strong>Most recent</strong></td>
5050
<td><a href="avr-libc-user-manual/index.html">HTML online</a></td>
5151
</tr>
52-
<tr><td colspan=4><hr/></td></tr>
52+
<tr><td colspan=4><hr></td></tr>
5353
<tr>
5454
<td>v2.3.0git</td>
5555
<td colspan="3"><a href="avr-libc-user-manual-2.3.0/index.html">HTML online</a> (release preview)</td>
@@ -85,10 +85,11 @@ <h2>Historic Dowloads</h2>
8585
<a href="http://savannah.nongnu.org/projects/avr-libc/"><tt>savannah.nongnu.org</tt></a>.
8686
Old releases and documentation can be found at
8787
<a href="http://download.savannah.gnu.org/releases/avr-libc/">Savannah's release page</a>.
88-
</body>
8988

9089
<address class="footer">
91-
<hr />
90+
<hr>
9291
<p>Back to <a href="https://github.com/avrdudes/avr-libc/">AVR-LibC Project</a></p>
9392
</address>
93+
94+
</body>
9495
</html>

0 commit comments

Comments
 (0)