• Resolved king

    (@sparofire)


    recommendations.

    line 32, column 0: Invalid HTML: Unexpected end tag (p). Ignored. (14 occurrences) [help]

    <content:encoded><![CDATA[<p></p>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi King,

    That’s always a challenge. Somewhere in your html code there’s an ending </p> tag without a matching start <p> tag – and the validator let’s you know there’s a problem, but doesn’t accurately pinpoint the location.

    You can look through the code and try to find it. Perhaps do a search though the text for </p> and then look to make sure there is a starting <p> tag before each one. If you can locate it, you can figure out what plugin is entering that part of your code and ask the plugin author to fix it (or fix it yourself if you have the know how).

    Or… do the turning off each plugin and retesting route, to identify what plugin is adding the ending p without a starting p.

    It takes some digging to find,

    Chris

    PS: just to be clear – the problem isn’t directly related to the GN Publisher plugin, it doesn’t add any paragraph tags to the feed, it’s some other plugin adding that,

    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Am having invalid HTML error, How can I resolve it’ is closed to new replies.