diff --git a/CHANGELOG.md b/CHANGELOG.md index c35d3bc5b12..ba2a3035986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes for Craft CMS 5 +## Unreleased + +- Fixed a styling issue in Safari. ([#16298](https://github.com/craftcms/cms/issues/16298)) + ## 5.5.6 - 2024-12-10 - Fixed a bug where some blank user group and entry type values weren’t getting omitted from project config data. ([#16272](https://github.com/craftcms/cms/pull/16272), [#16273](https://github.com/craftcms/cms/pull/16273)) diff --git a/src/templates/_layouts/cp.twig b/src/templates/_layouts/cp.twig index ee404663af3..5cb8f153e54 100644 --- a/src/templates/_layouts/cp.twig +++ b/src/templates/_layouts/cp.twig @@ -362,8 +362,8 @@ history.replaceState(undefined, undefined, window.location.href.match(/^[^#]*/)[ {% endif %}
{% set fullEditionName = '{edition} edition'|t('app', {edition: editionName}) %} - - + + Craft CMS