diff -u b/core/modules/update/templates/update-version.html.twig b/core/modules/update/templates/update-version.html.twig --- b/core/modules/update/templates/update-version.html.twig +++ b/core/modules/update/templates/update-version.html.twig @@ -31,14 +31,14 @@ {{ 'Download'|t }} {% endif %} + {% if version.core_compatibility_details %}
  • {{ version.core_compatibility_details }}
  • {% endif %} - diff -u b/core/themes/claro/templates/admin/update-version.html.twig b/core/themes/claro/templates/admin/update-version.html.twig --- b/core/themes/claro/templates/admin/update-version.html.twig +++ b/core/themes/claro/templates/admin/update-version.html.twig @@ -29,17 +29,14 @@ {{ 'Download'|t }} {% endif %} + {% if version.core_compatibility_details %}
  • {{ version.core_compatibility_details }}
  • {% endif %} - - diff -u b/core/themes/stable/templates/admin/update-version.html.twig b/core/themes/stable/templates/admin/update-version.html.twig --- b/core/themes/stable/templates/admin/update-version.html.twig +++ b/core/themes/stable/templates/admin/update-version.html.twig @@ -29,14 +29,14 @@ {{ 'Download'|t }} {% endif %} + {% if version.core_compatibility_details %}
  • {{ version.core_compatibility_details }}
  • {% endif %} -