• Resolved Erik

    (@codekraft)


    hello
    I just wanted to report that when I run test with the w3c validator on my website I get a warning that there is a </p> when isn’t needed.

    seems related to this:
    wp-content/plugins/cookie-law-info/public/views/cookie-law-info_popup_content.php – line 104
    <p><?php echo do_shortcode( $category_description, 'cookielawinfo-category' ); ?></p>

    This because the shortcode outputs a text node and a table but the table isn’t allowed as a child of a p element.

    using the last version (Version 2.0.4) with WordPress 5.7.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @codekraft,

    Thanks for reaching out. Another user has reported this issue and it is in our pipeline to fix this.

    Please stay tuned for plugin update releases.

    Thread Starter Erik

    (@codekraft)

    @webtoffee, thanks!

    ps Sorry but I had checked to find if there were any similar post, didn’t want to create a duplicate!

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

The topic ‘w3c validator issue’ is closed to new replies.