diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-26 13:59:50 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-26 13:59:50 +0200 |
commit | ab5a69b94d48581417693f52f374bd666201f104 (patch) | |
tree | 84c0a9a682f78064ffd96d09c94028f3deaa9048 /apps/federatedfilesharing/templates | |
parent | 5c73596ce4444788df6025d9daeff3ad745f8712 (diff) | |
download | nextcloud-server-ab5a69b94d48581417693f52f374bd666201f104.tar.gz nextcloud-server-ab5a69b94d48581417693f52f374bd666201f104.zip |
FIx the syntax of the buttons
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index aad1e385982..3e3aa77e540 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -44,7 +44,7 @@ if ($_['showShareIT']) { Facebook </button> <button class="social-googleplus pop-up" - data-url='https://plus.google.com/share?url=<?php p(urlencode($_['reference'])); ?>'/> + data-url='https://plus.google.com/share?url=<?php p(urlencode($_['reference'])); ?>'> Google+ </button> <button id="oca-files-sharing-add-to-your-website"> |