Fix Markup Tags in Station News (#30169)

* Fix (hopefully)

* Fixed Spelling Mistake and minor Code Cleanup

* Revert "Fixed Spelling Mistake and minor Code Cleanup" due to Pull Request Guidelines

This reverts commit cee3e0226b349187bd8fd8b639e161fb877e8bdb.
This commit is contained in:
DakotaGay 2024-07-19 16:18:39 +02:00 committed by deltanedas
parent b4d359cf6c
commit d32ccbf26d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public sealed partial class NewsReaderUiFragment : BoxContainer
Author.Visible = true;
PageName.Text = article.Title;
PageText.SetMarkup(article.Content);
PageText.SetMarkupPermissive(article.Content);
PageNum.Text = $"{targetNum}/{totalNum}";