1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

fix: Add str2html on DisplayName of Org. (#1091)

This commit is contained in:
Bo-Yi Wu
2017-03-01 12:02:19 +08:00
committed by Lunny Xiao
parent db6777d369
commit 19bc2b10ae
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<div class="ui container">
<div id="invite-box">
{{template "base/alert" .}}
<h2>{{.i18n.Tr "org.members.invite_desc" .Org.DisplayName}}</h2>
<h2>{{.i18n.Tr "org.members.invite_desc" .Org.DisplayName | Str2html}}</h2>
<form class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<div class="inline field ui left">