Skip to content

Fix: Render `content` object correctly for q=source

Jamie Tanna requested to merge defect/q-source into develop

It appears I'd not read the spec well enough for q=source, which expects the content to be a singleton String array if just text (which most of my content is "officially") and a singleton html object if found.

Merge request reports