mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 15:48:35 +00:00
fix: remove str2html
from org full name (#1360)
* fix: remove str2html for security issue. * fix: update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="column">
|
||||
<div class="ui header">
|
||||
<img class="ui image" src="{{.RelAvatarLink}}?s=100">
|
||||
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName | Str2html}}</a></span>
|
||||
<span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span>
|
||||
|
||||
<div class="ui right">
|
||||
<div class="ui menu">
|
||||
|
Reference in New Issue
Block a user