summaryrefslogtreecommitdiff
path: root/data/deprecations/templates/_deprecation_template.md.erb
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/templates/_deprecation_template.md.erb')
-rw-r--r--data/deprecations/templates/_deprecation_template.md.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/deprecations/templates/_deprecation_template.md.erb b/data/deprecations/templates/_deprecation_template.md.erb
index 93713a5e407..0725ce2891e 100644
--- a/data/deprecations/templates/_deprecation_template.md.erb
+++ b/data/deprecations/templates/_deprecation_template.md.erb
@@ -53,7 +53,7 @@ sole discretion of GitLab Inc.
### <%= deprecation["name"]%>
<% if deprecation["end_of_support_milestone"] -%>
-End of Support: GitLab <span class="removal-milestone"><%= deprecation["end_of_support_milestone"]%></span> (<%= deprecation["end_of_support_date"]%>)
+End of Support: GitLab <span class="removal-milestone"><%= deprecation["end_of_support_milestone"]%></span> (<%= deprecation["end_of_support_date"]%>)<br />
<% end -%>
Planned removal: GitLab <span class="removal-milestone"><%= deprecation["removal_milestone"]%></span> (<%= deprecation["removal_date"]%>)
<% if deprecation["breaking_change"] -%>