summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNicolas Wendling <nicolas.wendling1011@gmail.com>2021-03-25 14:01:07 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitacd944a6ef5af09d523a8638009ca10d0a7a8e37 (patch)
tree419191f3853d6cb669ccbce14253d41d1e98076e /templates
parentb9fec49b66b895fb04dc35ad8bb19260f309a5b7 (diff)
🎨 twitter / facebook / mail share - removed the mail intro and set sizes into vars
Signed-off-by: Nicolas Wendling <nicolas.wendling1011@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 3183991f9..3dcb3b00a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -168,7 +168,7 @@
</div>
<div ng-if="Share.isSocialAppEnabled('email')" class="col-4">
<a class="icon-dropdown icon-mail pr-5"
- ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', '<?php p($l->t('Check out this article')) ?>', item.intro)}}"></a>
+ ng-href="{{ Share.getEmailUrl(item.url, '<?php p($l->t('I wanted you to see this article')) ?>', item.intro) }}"></a>
</div>
</div>
</div>