Forums

[Plugin: Quote Rotator] Validation error in quote rotator (2 posts)

  1. tinggg
    Member
    Posted 1 year ago #

    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

  2. tinggg
    Member
    Posted 1 year ago #

    I'm also getting this validation error:

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

Topic Closed

This topic has been closed to new replies.

About this Topic