Browse Source

Using HTML Description of repositories in the 'Explore' view. Fixes #2800

Jan Christophersen 9 years ago
parent
commit
1e74ee51ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/explore/repo_list.tmpl

+ 1 - 1
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 .Description}}<p class="has-emoji">{{.Description}}</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}}