Skip to content

Fix warning rendering in Export your license usage docs

What does this MR do and why?

Related to Add warning about opening the license usage file (!142194 - merged)

A blank line between the WARNING: and its text broke the rendering of the red warning box.

This change removes the blank line in order to fix the render issue.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Current rendering at the end of this section (notice the empty red box): https://docs.gitlab.com/ee/subscriptions/self_managed/#export-your-license-usage (current code)

Expected rendering as seen in https://docs.gitlab.com/ee/administration/license_file.html#license-commands-in-the-rails-console (current code)

Edited by Corinna Gogolok

Merge request reports