bug report: tag links missing quotes
-
Hi,
I really love your themes! Great work!I spotted a bug in the Neve theme – the tag links at the bottom of a blog post are missing double quotation marks around the URL, forming invalid HTML code.
Here’s the file where the bug is located:
/wp-content/themes/neve/inc/views/partials/post_meta.phpAround line 218 is:
$html .= ‘name ) . ‘” class=’ . esc_attr( $tag->slug ) . ‘ rel=”tag”>’;It should be:
$html .= ‘name ) . ‘” class=’ . esc_attr( $tag->slug ) . ‘ rel=”tag”>’;Can you please update this in your next version release?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘bug report: tag links missing quotes’ is closed to new replies.