summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 069529ca3b..9acf30ad0d 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -78,7 +78,9 @@
</div>
{{else}}
<br>
- {{template "user/dashboard/feeds" .}}
+ <div class="feeds">
+ {{template "user/dashboard/feeds" .}}
+ </div>
{{end}}
</div>
</div>