mirror of
https://github.com/go-gitea/gitea
synced 2025-08-21 08:58:27 +00:00
fix: Add str2html on DisplayName of Org. (#1091)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{end}}
|
||||
<a href="{{.HomeLink}}">
|
||||
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
||||
{{.DisplayName}}
|
||||
{{.DisplayName | Str2html}}
|
||||
</a>
|
||||
</div>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user