summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-14 23:29:43 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitd95e7c3f43455d9357db6e94bdfaf678ded97e40 (patch)
treec28ffab529ce94c8335543addaddfc07ecb1a507
parent996197d7ae3df5201db24af771729347b9990314 (diff)
💡 part.content.php: Fix indentation
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-rw-r--r--templates/part.content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 83dcac4e6..72121f5d6 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -143,12 +143,12 @@
<div ng-if="Share.isSocialAppEnabled('facebook')" class="col-4">
<a target="_blank"
class="icon-dropdown icon-facebook pr-5"
- ng-href="{{Share.getFacebookUrl(item.url)}}"></a>
+ ng-href="{{ Share.getFacebookUrl(item.url) }}"></a>
</div>
<div ng-if="Share.isSocialAppEnabled('twitter')" class="col-4">
<a target="_blank"
class="icon-dropdown icon-twitter pr-5"
- ng-href="{{Share.getTwitterUrl(item.url)}}"></a>
+ ng-href="{{ Share.getTwitterUrl(item.url) }}"></a>
</div>
<div ng-if="Share.isSocialAppEnabled('email')" class="col-4">
<a class="icon-dropdown icon-mail pr-5"