FIx the syntax of the buttons
This commit is contained in:
parent
5c73596ce4
commit
ab5a69b94d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue