Skip to content

Commit a6237f6

Browse files
authored
Merge pull request #57029 from kalexand-rh/FDN-57-2
adding a missing quotation mark
2 parents decf089 + 1f59787 commit a6237f6

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
@@ -54,7 +54,7 @@
5454
</span>
5555
<% end %>
5656

57-
<% if (version == "4.13") && (distro_key != "openshift-webscale || "openshift-dpu") %>
57+
<% if (version == "4.13") && (distro_key != "openshift-webscale" || "openshift-dpu") %>
5858
<span>
5959
<div class="alert alert-danger" role="alert" id="support-alert">
6060
<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>.

0 commit comments

Comments
 (0)