mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-22 12:46:47 -05:00
[PR #96] [MERGED] [core] Fix Converting of HTML to Plain Text in Description #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/96
Author: @ricoberger
Created: 12/2/2023
Status: ✅ Merged
Merged: 12/2/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-converting-of-html-to-plain-text📝 Commits (1)
1568c2a[core] Fix Converting of HTML to Plain Text in Description📊 Changes
2 files changed (+6 additions, -2 deletions)
View changed files
📝
app/lib/widgets/item/details/utils/item_description.dart(+3 -1)📝
app/lib/widgets/item/preview/utils/item_description.dart(+3 -1)📄 Description
This commit fixes the conversion of HTML to plain text in the description for an item. Until now it could happen, that the there was no whitespace between some words after the conversion. This is now fixed so that there is always a whitespace between words in the plain text.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.