Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update deprecated name attribute to id for "Back to top" link #122

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

Abdelhay1212
Copy link
Contributor

This pull request fixes the "Back to top" link in the markdown file by replacing the deprecated name attribute with the id attribute. This change ensures the link functions correctly in modern browsers.

Changes Made:
Replaced with .

Reason for the Change:
The name attribute is deprecated in HTML5. Using the id attribute ensures compatibility with current web standards.

@dan-m0
Copy link

dan-m0 commented May 24, 2024

A simple fix that I didn't have time to sort earlier, and will save someone else having to work out why the name attribute doesn't work as expected.

Thanks :)

@othneildrew
Copy link
Owner

@Abdelhay1212 thanks for the contribution!

@othneildrew othneildrew merged commit 3d3138f into othneildrew:master Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants