aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorantil0pa <antilopa@disroot.org>2018-05-22 16:24:04 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-24 11:50:35 +0200
commit7a294c38432491622f5c036e30082830af1ffe90 (patch)
treeb09f7890df158284f52e535c2a62ed5667392c13 /view
parent9cf8931136c703c66d0bf83e4c6b8fb7f4d2cf0b (diff)
downloadvolse-hubzilla-7a294c38432491622f5c036e30082830af1ffe90.tar.gz
volse-hubzilla-7a294c38432491622f5c036e30082830af1ffe90.tar.bz2
volse-hubzilla-7a294c38432491622f5c036e30082830af1ffe90.zip
Update remote_friends_common.tpl
Found an improperly closed <div> tag. It breaks the way widget are displayed on the page.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/remote_friends_common.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl
index 9e149b574..efc0ab49a 100755
--- a/view/tpl/remote_friends_common.tpl
+++ b/view/tpl/remote_friends_common.tpl
@@ -12,5 +12,5 @@
{{/foreach}}
</div>
{{/if}}
-<div>
+</div>