diff options
author | antil0pa <antilopa@disroot.org> | 2018-05-22 16:24:04 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-24 11:50:35 +0200 |
commit | 7a294c38432491622f5c036e30082830af1ffe90 (patch) | |
tree | b09f7890df158284f52e535c2a62ed5667392c13 /view/tpl | |
parent | 9cf8931136c703c66d0bf83e4c6b8fb7f4d2cf0b (diff) | |
download | volse-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/tpl')
-rwxr-xr-x | view/tpl/remote_friends_common.tpl | 2 |
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> |