Suspected challenge glitch

Tell us what’s happening:
I got the right code–I’m ninety nine percent sure. The tests said I didn’t have a closing tag for an <a>. I have it and the challenge doesn’t seem to want to let me through. That’s why I’m suspecting a glitch.

Your code so far


<body>
<header>
  <h1>Deep Thoughts with Master Camper Cat</h1>
</header>
<article>
  <h2>Defeating your Foe: the Red Dot is Ours!</h2>
  <p>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near. Click here for <a href = "">information about batteries</a></p>
</article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text

You have extra spaces inside your opening a tag.

Thanks. I usually include spaces between the attribute and the value to keep it easy to read.