Skip to content

Commit d3cfbc7

Browse files
authored
Merge pull request #89425 from kalexand-rh/okdbanner-2
updating logic for OKD banner
2 parents 373e8da + f0bb997 commit d3cfbc7

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
@@ -130,7 +130,7 @@
130130
</span>
131131
<% end %>
132132

133-
<% if (version == "latest") && (distro_key == "openshift-origin") %>
133+
<% if ((version == "latest") &&(distro_key == "openshift-origin")) %>
134134
<span>
135135
<div class="alert alert-danger" role="alert" id="support-alert">
136136
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OKD version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release.</a>.

0 commit comments

Comments
 (0)