• Resolved Harkály Gergő

    (@harkalygergo)


    In this line there is not a space before “class” text, so it causes alt=""class="icon-add HTML validation error:

    $text = sprintf( '<img src="%s" alt="%s"' . ( ! empty( $icon_upload_added ) ? 'class="icon-add-on-wishlist"' : '' ) . '  /> %s', esc_url( $icon_upload ),

    Solution is simple add extra space before class word. Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘addtowishlist.class.php:919 missing space’ is closed to new replies.