mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
200072ecc4
`content_tag(:meta, name:, content:)` treated the keyword arguments as text content rather than HTML attributes, producing visible JSON-like output on the page. Replace with `tag(:meta, ...)` which correctly renders a self-closing element with the proper attributes. Adds a view spec assertion to cover the rendered output.