diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-29 14:57:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 14:57:36 +0800 |
commit | abf6c3a8e31711b8a22525cabb892b5fcdab4e86 (patch) | |
tree | ad29fec895e5137afadc2845dd55939d46313f97 /templates/explore | |
parent | 16cdbe1956f5dad8cadda64802fcbba0a09535d4 (diff) | |
download | gitea-abf6c3a8e31711b8a22525cabb892b5fcdab4e86.tar.gz gitea-abf6c3a8e31711b8a22525cabb892b5fcdab4e86.zip |
bug fixed caused by #295 (#299)
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/repo_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index a4beb20143..2cf7202fdf 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -16,7 +16,7 @@ <span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span> </div> </div> - {{if .DescriptionHtml}}<p class="has-emoji">{{.DescriptionHtml}}</p>{{end}} + {{if .DescriptionHTML}}<p class="has-emoji">{{.DescriptionHTML}}</p>{{end}} <p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p> </div> {{end}} |