• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Special Characters must be escaped

Participant ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

I'm working on my code for a temp page and I came up with the ever so fun error about special characters needing to be escaped. I know my first problem is trying to do this when I'm sick, but for the life of me I can't see where I haven't closed something. I'm sure it's staring me in the face but I blame the cold meds. Can anyone see the problem?

<a class="navbar-brand" href="index.html"><img src="Images/Originals/QuantumResearch_logo.png" alt="Quantum Research International"</a></div>

Views

2.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 07, 2017 Sep 07, 2017

That is the error in the code you've posted.

Any chance you're using Dreamweaver CC2017?

If so, the error will continue show until you save the page.

Linting only fires On Save now.

Boo Adobe, boo.

Votes

Translate

Translate
Community Expert ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

It might be easier to see with a little indenting...

     <a class="navbar-brand" href="index.html">

          <img src="Images/Originals/QuantumResearch_logo.png" alt="Quantum Research International"

     </a>

</div>

(The closing bracket of the <img> tag is missing)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

I actually have indenting in my actual code. It just didn't' copy over for some reason. I thought it was the closing img bracket  too, but when I put one in the error still shows.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

That is the error in the code you've posted.

Any chance you're using Dreamweaver CC2017?

If so, the error will continue show until you save the page.

Linting only fires On Save now.

Boo Adobe, boo.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

LATEST

Yeah I posted it without the closing tag because when I added the closing tag it didn't work so I thought that must not be what was wrong (even though that made no sense). I am using Dreamweaver CC2017, so that would explain quite a lot. I saved it, closed it and reopened just to be sure and everything is fine now. Boo adobe indeed! Thanks for helping out, glad I'm not crazy!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines