Skip to content

Commit

Permalink
Merge pull request #8 from TheLalaMan/master
Browse files Browse the repository at this point in the history
Fix typo in <noscript> tracking code
  • Loading branch information
koernchen02 authored Oct 21, 2016
2 parents b17d43c + 4fca824 commit 86bcac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Prototypes/TrackingCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
})();

</script>
<noscript><p><img src="//{settings.host}/piwik.php?idSite={settings.idSite}" style="border:0;" alt="" /></p></noscript>
<noscript><p><img src="//{settings.host}/piwik.php?idsite={settings.idSite}" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->

0 comments on commit 86bcac9

Please sign in to comment.