mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed a header card subheader bug
refs https://github.com/TryGhost/Koenig/pull/299 - The subheader was filled with a double <br> instead of being empty in some cases, hiding the placeholder, this remove the edge case
This commit is contained in:
parent
5056401c13
commit
9c59959378
@ -35,8 +35,8 @@
|
||||
"@sentry/ember": "6.15.0",
|
||||
"@tryghost/color-utils": "0.1.5",
|
||||
"@tryghost/helpers": "1.1.54",
|
||||
"@tryghost/kg-clean-basic-html": "2.2.5",
|
||||
"@tryghost/kg-parser-plugins": "2.11.1",
|
||||
"@tryghost/kg-clean-basic-html": "2.2.6",
|
||||
"@tryghost/kg-parser-plugins": "2.11.2",
|
||||
"@tryghost/limit-service": "1.0.0",
|
||||
"@tryghost/members-csv": "1.1.8",
|
||||
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1",
|
||||
|
@ -1938,17 +1938,17 @@
|
||||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/kg-clean-basic-html@2.2.5", "@tryghost/kg-clean-basic-html@^2.2.5":
|
||||
version "2.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.5.tgz#40f0b328a0339d96f1bbb0daed4de4df28a17a30"
|
||||
integrity sha512-zZu8KbRulRSx1GUTeSUCYYMk5RB5/T3FFuObbw0TmJPym+3h5uEwk76mHg4WpBl6nDkly6G/iI1ZpapUz6E/OQ==
|
||||
"@tryghost/kg-clean-basic-html@2.2.6", "@tryghost/kg-clean-basic-html@^2.2.6":
|
||||
version "2.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.6.tgz#78f6245f8934a638d5baf150eaaf36bef368fee1"
|
||||
integrity sha512-8kKW4qPtaz3ILYPxvyh3E4jRlP4xfzOnNedwIUbwXSMQsos9RxY6xRHCIr0kympcMueIUcGKTAyudAKpYwvGBA==
|
||||
|
||||
"@tryghost/kg-parser-plugins@2.11.1":
|
||||
version "2.11.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.11.1.tgz#7c0a17d190b6f821e833c7c65c0bb9b6c3f25621"
|
||||
integrity sha512-J4KyhfTI3oP+pU9CxZfwgxu3gyI6Q871EeIayPDDR+Madlczk+64I8YBc51wTWcKgBSSGivfRI6NM7As32rt+w==
|
||||
"@tryghost/kg-parser-plugins@2.11.2":
|
||||
version "2.11.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.11.2.tgz#a858523da3cae73dd0477fbca5167df7cbd4f52e"
|
||||
integrity sha512-4n4yIUhhnzqjlsSnhyznrl7BaFqRGI0UOsgqm+ovN4EF+EhCFQXCLkmCndEq1gBDA9U9IsOvUHk7bcstUcDibw==
|
||||
dependencies:
|
||||
"@tryghost/kg-clean-basic-html" "^2.2.5"
|
||||
"@tryghost/kg-clean-basic-html" "^2.2.6"
|
||||
|
||||
"@tryghost/limit-service@1.0.0":
|
||||
version "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user