• Hi,

    there is a small error in header.php.

    Checking html gives the following mesage:
    <div class=”inner-wrap” id=””>
    Bad value for attribute id on element div: An ID must not be the empty string
    .

    1.62 and older versions:
    <div class=”inner-wrap”>

    above 1.62:
    new (wrong) code:
    <div class=”inner-wrap” id=”<?php echo esc_attr( $header_class ); ?>”>

    How can this be fixed or will this be fixed with a future update?

    best regards,
    Frank

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘header.php, inner-wrap ID’ is closed to new replies.