aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorantil0pa <antilopa@disroot.org>2018-05-22 16:24:04 +0200
committerGitHub <noreply@github.com>2018-05-22 16:24:04 +0200
commit1da0042ee58acbdee02dd7a718cf0f184b7949d3 (patch)
tree24f1c5562601b4049fe23e4e4b16d7a24035d841 /view
parent4610fa27740788f7a9be8d1e7734ea44dbe21d4b (diff)
downloadvolse-hubzilla-1da0042ee58acbdee02dd7a718cf0f184b7949d3.tar.gz
volse-hubzilla-1da0042ee58acbdee02dd7a718cf0f184b7949d3.tar.bz2
volse-hubzilla-1da0042ee58acbdee02dd7a718cf0f184b7949d3.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>