Blame SOURCES/0027-Document-that-StyledText-also-supports-nbsp-and-quot.patch

383017
From ebc0daeea59af400601e6207cd9939c746fccdc7 Mon Sep 17 00:00:00 2001
383017
From: Albert Astals Cid <albert.astals.cid@kdab.com>
383017
Date: Fri, 21 May 2021 13:17:15 +0200
383017
Subject: [PATCH 27/28] Document that StyledText also supports   and
383017
 "
383017
383017
Change-Id: I1715f8ae8ec8d0fbaf6dbe2b8663cc169da663cd
383017
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
383017
(cherry picked from commit 5848c081c094a66e024493fc1e5c2569e06f73b6)
383017
---
383017
 src/quick/items/qquicktext.cpp | 2 +-
383017
 1 file changed, 1 insertion(+), 1 deletion(-)
383017
383017
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
383017
index 581ab9f76a..26840b99e3 100644
383017
--- a/src/quick/items/qquicktext.cpp
383017
+++ b/src/quick/items/qquicktext.cpp
383017
@@ -2168,7 +2168,7 @@ void QQuickText::resetMaximumLineCount()
383017
      - inline images
383017
     
    ,
      and
    • - ordered and unordered lists
383017
     
 - preformatted
383017
-    > < &
383017
+    > < & "  
383017
     \endcode
383017
 
383017
     \c Text.StyledText parser is strict, requiring tags to be correctly nested.
383017
-- 
383017
2.31.1
383017