Invalid paragraph tag
-
The following minimal setup will trigger the problem:
[include-mastodon-feed instance="chaos.social" account="111784504453496359"]This will lead to a closing
</p>tag in the DOM, at least until the feed is fetched.Seems to me that during the initialization of the feed a
divwith idinclude-mastodon-feed-<someHash>is replacing a placeholder paragraph in the blog’s widget area, but only the opening<p>, leavin the closing</p>in place..? You can verify when using https://validator.w3.org/ which does not load the JS-based feed, hence complaining about said</p>.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Invalid paragraph tag’ is closed to new replies.