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
+1 -1
View File
@@ -17,7 +17,7 @@
{{end}}
<a href="{{.HomeLink}}">
<img class="ui avatar image" src="{{.RelAvatarLink}}">
{{.DisplayName}}
{{.DisplayName | Str2html}}
</a>
</div>
{{end}}