Skip to content

Commit 62ec347

Browse files
authored
Merge pull request #57032 from kalexand-rh/FDN-57-3
fixing </strong>
2 parents a6237f6 + 22cc11e commit 62ec347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<% if (version == "4.13") && (distro_key != "openshift-webscale" || "openshift-dpu") %>
5858
<span>
5959
<div class="alert alert-danger" role="alert" id="support-alert">
60-
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.
60+
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. </strong>For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.
6161
</div>
6262
</span>
6363
<% end %>

0 commit comments

Comments
 (0)