mirror of
https://github.com/go-gitea/gitea
synced 2025-12-04 20:08:28 +00:00
fix: remove str2html from org full name (#1360)
* fix: remove str2html for security issue. * fix: update
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{end}}
|
||||
<a href="{{.HomeLink}}">
|
||||
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
||||
{{.DisplayName | Str2html}}
|
||||
{{.DisplayName}}
|
||||
</a>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user