diff --git a/templates/widget_search_and_filter.html b/templates/widget_search_and_filter.html index ac57acfc..a0e93bc4 100644 --- a/templates/widget_search_and_filter.html +++ b/templates/widget_search_and_filter.html @@ -2,6 +2,6 @@
-{{range .Forums}}
{{.Name}}
+{{range .Forums}}
{{.Name}} ({{.TopicCount}})
{{end}}
\ No newline at end of file