dogecoin.com icon indicating copy to clipboard operation
dogecoin.com copied to clipboard

Fixed a few errors in the code markup.

Open mdqst opened this issue 1 year ago • 0 comments

Description

faq.html

Closing </script> tag in the <head> section The </script> closing tag here is unnecessary, as this is a stylesheet link, not a script.

Corrected.

guide.html

The tag for Bootstrap CSS is incorrectly closed with </script>. It should not have a closing tag at all, or it should be closed as a self-closing

Corrected.

support.html

Incorrect Closing Tag for h1:

In the header section, <h1 class="font-weight-light text-secondary mb-2"><span>Support Dogecoin</span><h1> should be closed with </h1>, not <h1>.

Corrected.

Motivation and Context

Nothing critical, but I love Doge, so I want the code to be clean and correct.

How Has This Been Tested?

I identified and corrected the obvious structural errors in the code, as I am a web developer myself.

Checklist:

  • [] GitHub issue linked
  • [ ] The necessary translations have been added for all languages
  • [ ] Any documentation has been updated accordingly
  • [x] Responsive sizes (Mobile) tested
  • [x] Cross Browser tested if necessary
  • [x] Conflicts resolved

mdqst avatar Nov 06 '24 11:11 mdqst