Reputation: 329
I have <p>
tag two tag like this code below, and then I run after that I got "error Irregular whitespace not allowed no-irregular-whitespace"
.
How can I can I fix?
<div>
<p>Ankjjdhd asas a sds qwe vsdf fsf ewth lioy nfhfgh</p>
<p>sdfsdf ytjyj rtyrty ddgf gsdfgsf in asdsadbfd</p>
</div>
Upvotes: 0
Views: 4156