Skip to content
Snippets Groups Projects
Commit df1941a0 authored by monishdeb's avatar monishdeb
Browse files

Ommit urlencode modifier to escape:'url' to fix CRM tests

parent 587722ae
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@
{*use advanced buttons for pages*}
<div class="label">
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="//platform.twitter.com/widgets/tweet_button.html?text={$title}&amp;url={$url|urlencode}"
src="//platform.twitter.com/widgets/tweet_button.html?text={$title}&amp;url={$url|escape:'url'}"
style="width:100px; height:20px;">
</iframe>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment