Forums

[Plugin: AZIndex] CSS validation errors (4 posts)

  1. design_dolphin
    Member
    Posted 1 year ago #

    First off thank you for a wonderful plugin.

    Just some debugging.

    The W3X XHTML validator came up with the following errors:

    1. In: az-index-content.php

    $output .= '<span class="azlink"><a href="'.$pg.'#char_'.ord($indexchars[$i]['char']).'">'.$indexchars[$i]['char'].'</a></style>';

    has different beginning and ending tags.

    Changing it to

    $output .= '<span class="azlink"><a href="'.$pg.'#char_'.ord($indexchars[$i]['char']).'">'.$indexchars[$i]['char'].'</a></span>';

    makes it validate. (I think it occurs twice in the file, but not sure)

    2. Also am getting a "<style type="text/css">" validation error for the css from the plugin. Not sure how to fix this.

    http://wordpress.org/extend/plugins/azindex/

  2. misstee
    Member
    Posted 10 months ago #

    This is still in error with the current release and will cause validation errors. The tag is around line 326 -- change "style" to "span".

  3. rainfrog
    Member
    Posted 10 months ago #

    Thanks for posting this information!

  4. stringfold
    Member
    Posted 9 months ago #

    The problem was fixed in AZIndex v0.7.5. Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags