+
{{$description := .Repository.DescriptionHTML $.Context}}
{{if $description}}
{{$description | RenderCodeBlock}}{{else if .IsRepositoryAdmin}}
{{ctx.Locale.Tr "repo.no_desc"}}{{end}}
{{.Repository.Website}}
@@ -29,7 +29,7 @@
{{range .Topics}}
{{.Name}}{{end}}
- {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{end}}
+ {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{end}}
{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index 382b0d454..c58d7e22d 100644
--- a/templates/user/dashboard/feeds.tmpl
+++ b/templates/user/dashboard/feeds.tmpl
@@ -107,7 +107,7 @@
{{(.GetIssueTitle ctx) | RenderEmoji $.Context | RenderCodeBlock}}
{{$comment := index .GetIssueInfos 1}}
{{if $comment}}
-
{{RenderMarkdownToHtml ctx $comment}}
+
{{RenderMarkdownToHtml ctx $comment}}
{{end}}
{{else if .GetOpType.InActions "merge_pull_request"}}
{{index .GetIssueInfos 1}}
diff --git a/templates/user/notification/notification_div.tmpl b/templates/user/notification/notification_div.tmpl
index 371da129c..da5a920fd 100644
--- a/templates/user/notification/notification_div.tmpl
+++ b/templates/user/notification/notification_div.tmpl
@@ -44,13 +44,13 @@
{{end}}