Support » Plugins » [Plugin: AZIndex] CSS validation errors

  • CodePoet

    (@design_dolphin)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AZIndex] CSS validation errors’ is closed to new replies.