Skip to content

Wrap deprecation body in <div> for RSS generation

Brian Rhea requested to merge wrap-dep-description into master

What does this MR do and why?

Describe in detail what your merge request does and why.

In order to fetch the description content of breaking changes in the deprecations page, the entire description content needs to be wrapped in a <div class="deprecation-body"> so Nokogiri can query the class.

This MR wraps the body in that div.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports