Woocommerce template file outputting <strong><code> tags

I'm struggling with the editing of the woocommerce template files. In particular, I'm trying to create a custom cart page and, as guidelines, I've copied the cart.php template file to my template folder. However, any html that I write gets enclosed in

strongcode/code/strong 

tags. I really don't understand why, does anybody have an idea?

Here's an example:

?php defined( 'ABSPATH' ) || exit;
do_action( 'woocommerce_before_cart' ); ?
divspanhello/span/div

It outputs

strongcodedivspanhello/span/div/code/strong

Topic code php customization Wordpress

Category Web


Cart page is loaded via customizable WordPress Page. Edit your page and check if the "HTML" editor tab content contains any "code" HTML tag.

If you cannot find this tag, you will need to check all actions executed with "woocommerce_before_cart" and "woocommerce_after_cart".

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.