Skip to content

Commit

Permalink
Fix formatting of video description
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 9, 2025
1 parent c9a8afe commit 10239a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaFeeder/MediaFeeder/Components/Pages/Video.razor
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
</AntDesign.Text>

<Paragraph>@VideoObject.Description</Paragraph>
<Paragraph>@(new MarkupString(VideoObject.Description))</Paragraph>
</p>
}
else
Expand Down

0 comments on commit 10239a9

Please sign in to comment.