[Plugin: Quote Rotator] Validation error in quote rotator
-
Hi
I’m getting a validation error from this plugin. Specifically:
Line 42, char 95, document type does not allow element “b” here .This error refers to line 109 in the quote-rotator.class.php file
[code]echo "<b>--$result->author</b>"; [/code]I’ve tried
[code]echo "<p><b>--$result->author</b></p>"; [/code]Still wouldn’t validate.
Tried
[code]echo "--$result->author"; [/code]Still wouldn’t validate.
Any ideas?
Many thanks
Nick
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Quote Rotator] Validation error in quote rotator’ is closed to new replies.