• Resolved opicron

    (@opicron)


    I just updated to the latest version and found an “bug” came back. It seems that in my earlier version I removed the white space in the a href link. This solves an blank space on the front end code.

    Would you be so kind to remove this in your original version too?

    line 55: www-functions.php change from:

    ?>
    <a
    class="<?php echo esc_attr( $class ); ?>"
    href="?add_to_wishlist=<?php the_ID(); ?>"

    to:

    ?><a class="<?php echo esc_attr( $class ); ?>"
    href="?add_to_wishlist=<?php the_ID(); ?>"

    And the output is much cleaner ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Joris van Montfort

    (@jorisvanmontfort)

    Version 1.2.5 should resolve this. Just pushed this version.

    Thread Starter opicron

    (@opicron)

    Much appreciated!

    Thread Starter opicron

    (@opicron)

    I just updated and the whitespace returned. It has to do with the tab/newline between ?> and <a.

    Plugin Contributor Joris van Montfort

    (@jorisvanmontfort)

    Sorry about that. I hope I got it right in the 1.2.6 version which I just pushed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Whitespace between a href’ is closed to new replies.