mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Html5 validation fix.
This commit is contained in:
@@ -116,7 +116,9 @@ class social_shortcodes extends e_shortcode
|
||||
|
||||
foreach($providers as $val)
|
||||
{
|
||||
$shareUrl = $tp->lanVars($val['url'],$data);
|
||||
$pUrl = str_replace("&","&",$val['url']);
|
||||
|
||||
$shareUrl = $tp->lanVars($pUrl,$data);
|
||||
|
||||
$opt[] = "<a class='e-tip btn ".$butSize." btn-default social-share' target='_blank' title='".$val["title"]."' href='".$shareUrl."'>".$tp->toIcon($val["icon"])."</a>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user