Files
Wieland Lindenthal 200072ecc4 [#73511] Fix robots meta tag rendered as text instead of HTML element
`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.
2026-03-30 07:43:15 +02:00
..