Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
fix web component call thanks to drone (#20053)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and wilsonge committed Apr 1, 2018
1 parent a9ee46c commit 61eb898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/html/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static function cloak($mail, $mailto = true, $text = '', $email = true, $
$domain = @$mail[1];

// Include the email cloaking script
HTMLHelper::_('webcomponent', ['joomla-hidden-mail' => 'system/webcomponents/joomla-hidden-mail.js'], ['version' => 'auto', 'relative' => true]);
HTMLHelper::_('webcomponent', 'system/webcomponents/joomla-hidden-mail.js', ['version' => 'auto', 'relative' => true]);

return '<joomla-hidden-mail '
. $attribsBefore . ' is-link="'
Expand Down

0 comments on commit 61eb898

Please sign in to comment.