Skip to content

Commit

Permalink
Change anchor name for 'High Scores Saving' section
Browse files Browse the repository at this point in the history
Some browsers treat anchor names case-sensitively. The anchor name for
the 'High Scores Saving' section has a lower case 'S' meaning that the
links to that section do not work. This patch chages the anchor name
from "Highscores" to "HighScores"
  • Loading branch information
JetSetIlly authored and sa666666 committed Oct 16, 2024
1 parent 367ee2a commit 7f89b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@ <h2><b><a name="ControlMap">Controller Map</a></b></h2>

<br>
<p><h2>
<a name="Highscores">High Scores Saving</a></h2>
<a name="HighScores">High Scores Saving</a></h2>
<blockquote>

<p>Stella allows the user to save high scores when the required definitions
Expand Down

0 comments on commit 7f89b4f

Please sign in to comment.