From df513330a973e417dbb5cfeb40e38a57b3fee474 Mon Sep 17 00:00:00 2001 From: slipher Date: Sat, 20 Apr 2024 21:48:58 -0500 Subject: [PATCH] Fix parsing HTML entities in blog title The title of a recent news post was displayed as "Looking for an OpenGL and C++ developer (let’s do portals!)" --- NewsCard.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/NewsCard.qml b/NewsCard.qml index f39ebc5..0dbad68 100644 --- a/NewsCard.qml +++ b/NewsCard.qml @@ -148,6 +148,7 @@ Flickable { width: parent.width text: item.cardTitle + textFormat: Text.RichText wrapMode: Text.WordWrap clip: true