Skip to content

Commit 2f75a0f

Browse files
authored
fix HTML anchor tags
1 parent 7c65c71 commit 2f75a0f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="top" style="width:45px; height:45px; right:10px; top:10px; position:absolute">
2-
<a href="#release"><abbr title="go to bottom" style="text-decoration:none">
2+
<a href="#release" title="scroll to bottom">
33
<div style="
44
font-size: 2em;
55
font-weight: bold;
@@ -8,7 +8,7 @@
88
text-align: center;
99
justify-content: center;
1010
"><span style="display:none">go to bottom </span>🠫</div>
11-
</abbr></a>
11+
</a>
1212
</div>
1313

1414

@@ -505,7 +505,7 @@ from XulbuX import rgb, hsl, hexa
505505

506506

507507
<div id="bottom" style="width:45px; height:45px; right:10px; position:absolute">
508-
<a href="#top"><abbr title="go to top" style="text-decoration:none">
508+
<a href="#top" title="scroll to top">
509509
<div style="
510510
font-size: 2em;
511511
font-weight: bold;
@@ -514,5 +514,5 @@ from XulbuX import rgb, hsl, hexa
514514
text-align: center;
515515
justify-content: center;
516516
"><span style="display:none">go to top </span>🠩</div>
517-
</abbr></a>
517+
</a>
518518
</div>

0 commit comments

Comments
 (0)