Sorry if this is too brief, I'm on a mobile device.
The syntax errors might been introduced with commit: 7e75fdfa1644dc0cf8a7a5f62a15511e17a6fe8c
Basicallly single quotes were added, which end the javascript string literals too soon.
E.G. '... src=$...' was altered to '... src='$...'...' instead of "... src='$...'..." or '... src=\'$...\'...'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How is it invalid exactly?
Sorry if this is too brief, I'm on a mobile device.
The syntax errors might been introduced with commit: 7e75fdfa1644dc0cf8a7a5f62a15511e17a6fe8c
Basicallly single quotes were added, which end the javascript string literals too soon.
E.G. '... src=$...' was altered to '... src='$...'...' instead of "... src='$...'..." or '... src=\'$...\'...'
Ok, I see what you mean - this will be fixed in the next release.
Thanks. FYI the ancient (but still useful) Eldy theme seems to be broken by this issue.