From a7a91ba8dc4673b41a4e6796d306882e82308067 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Jul 2020 16:10:07 +0000 Subject: [PATCH] Sitemaps: Remove some extra space from `WP_Sitemaps_Stylesheet::get_stylesheet_css()`. Follow-up to [48414]. See #50449. git-svn-id: https://develop.svn.wordpress.org/trunk@48425 602fd350-edb4-49c9-b593-d223f7449a82 --- .../sitemaps/class-wp-sitemaps-stylesheet.php | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php b/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php index 829e50813a..652a2b75dd 100644 --- a/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php +++ b/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php @@ -86,7 +86,9 @@ class WP_Sitemaps_Stylesheet { {$title} - +
@@ -192,7 +194,9 @@ XSL; {$title} - +
@@ -251,42 +255,43 @@ XSL; $text_align = is_rtl() ? 'right' : 'left'; $css = <<