xpath-diner icon indicating copy to clipboard operation
xpath-diner copied to clipboard

Level 26 - There is a missing '=' within the example text.

Open ChromaticFlint opened this issue 5 years ago • 0 comments

Within js/levels.js on line 374, the example text is missing an '=' symbol.

Replace the current line 374: "<strong>//img[substring(@src, string-length(@src) - string-length('.jpg')+1 ) '.jpg' ]</strong> selects all images display a <strong>.jpg</strong> image.",

with

"<strong>//img[substring(@src, string-length(@src) - string-length('.jpg')+1 ) = '.jpg' ]</strong> selects all images display a <strong>.jpg</strong> image.",

ChromaticFlint avatar Jul 31 '20 16:07 ChromaticFlint