From: Cohan Robinson Date: Tue, 14 Aug 2012 16:22:31 +0000 (+0100) Subject: Changed piwik image failback to work with HTTPS installs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a1c268638edef31fc8015101253f79bc78ecf56;p=friendica-addons.git Changed piwik image failback to work with HTTPS installs --- diff --git a/piwik/piwik.php b/piwik/piwik.php index 3e0d718f..c4d38467 100755 --- a/piwik/piwik.php +++ b/piwik/piwik.php @@ -65,9 +65,9 @@ function piwik_analytics($a,&$b) { */ if ($async) { $a->page['htmlhead'] .= " \r\n\r\n"; - $b .= "
\r\n\r\n
"; + $b .= "
\r\n\r\n
"; } else { - $b .= "
\r\n \r\n\r\n\r\n
"; + $b .= "
\r\n \r\n\r\n\r\n
"; } /* @@ -78,7 +78,7 @@ function piwik_analytics($a,&$b) { $b .= ""; }