Skip to content

Fix: Don't try to render `h-cite` inside a `<p>`

Jamie Tanna requested to merge defect/quote-tweet into master

This was an oversight - the whole repost was being rendered in a <p> which then broke due to i.e. the h-cite having lots of other elements.

This should fix the rendering, allowing Bridgy's Microformats2 parser to not mis-detect the duplicated e-content.

Merge request reports