Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-17 16:21:02 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-17 16:21:02 +0300
commitc43986611fa8da60507c5681016be227725f163b (patch)
tree3a61cbcf99e5d57f2ba2a93dfbb0746bc3ed6efc /core/Tracker/javascriptTag.tpl
parent2a42c20c07fd2cb2a5148eb48657366be092a8c8 (diff)
- removing image alt legend in the piwik tag
Diffstat (limited to 'core/Tracker/javascriptTag.tpl')
-rw-r--r--core/Tracker/javascriptTag.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/javascriptTag.tpl b/core/Tracker/javascriptTag.tpl
index afcc7d8568..f4a4754680 100644
--- a/core/Tracker/javascriptTag.tpl
+++ b/core/Tracker/javascriptTag.tpl
@@ -9,5 +9,5 @@ piwik_idsite = {$idSite};
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
-<object><noscript><p>{$hrefTitle} <img src="http://{$piwikUrl}piwik.php" style="border:0" alt="piwik"/></p></noscript></object></a>
+<object><noscript><p>{$hrefTitle} <img src="http://{$piwikUrl}piwik.php" style="border:0" alt=""/></p></noscript></object></a>
<!-- End Piwik Tag --> \ No newline at end of file