WPIntell

Source evidence

Whitespace between a href

Wishlist for WooCommerce · support · 2019-02-24T19:34:00+00:00

neutralsentiment
mediumseverity
0.47relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
opicron resolved
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 🙂 Version 1.2.5 should resolve this. Just pushed this version. Much appreciated! I just updated and the whitespace returned. It has to do with the tab/newline between ?> and <a. Sorry about that. I hope I got it right in the 1.2.6 version which I just pushed.

Comments

4 shown
Joris van Montfort 2019-02-26T07:41:00+00:00

Version 1.2.5 should resolve this. Just pushed this version.

opicron 2019-02-26T09:38:00+00:00

Much appreciated!

opicron 2019-02-26T09:54:00+00:00

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

Joris van Montfort 2019-02-26T10:33:00+00:00

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