• 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)
  • Thread Starter tinggg

    (@tinggg)

    I’m also getting this validation error:

    Line 409, char 8, no such element (“id”) in this document type .

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Quote Rotator] Validation error in quote rotator’ is closed to new replies.