1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-10 03:28:20 +00:00

User/Org Feed render description as per web (#23887) (#23906)

Backport #23887 by @6543

User descriptions should be rendered so that links and other markup
appear correct in RSS feeds.

test will be added by #23874

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Giteabot
2023-04-04 00:44:50 -04:00
committed by GitHub
parent 9836b7db7b
commit dff3ce089d
2 changed files with 15 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//go:build vendor
package main