diff options
author | antil0pa <antilopa@disroot.org> | 2018-05-22 16:24:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 16:24:04 +0200 |
commit | 1da0042ee58acbdee02dd7a718cf0f184b7949d3 (patch) | |
tree | 24f1c5562601b4049fe23e4e4b16d7a24035d841 | |
parent | 4610fa27740788f7a9be8d1e7734ea44dbe21d4b (diff) | |
download | volse-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.
-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> |