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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-06-20 03:06:52 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 03:06:52 +0400
commit342da9a491f1d912801f3d885155623dba10dec4 (patch)
tree6d6b372872c482a42b751b4d71e6c3aed91118ff /plugins/VisitsSummary
parentfd258dfb92fc6da7e548cebf7fa15b8e858a792b (diff)
Use id attribute instead of a tag for anchor
Diffstat (limited to 'plugins/VisitsSummary')
-rw-r--r--plugins/VisitsSummary/templates/index.twig4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/VisitsSummary/templates/index.twig b/plugins/VisitsSummary/templates/index.twig
index 6769b9e876..ec3aecc990 100644
--- a/plugins/VisitsSummary/templates/index.twig
+++ b/plugins/VisitsSummary/templates/index.twig
@@ -1,7 +1,5 @@
{# This graphId must be unique for this report #}
-<a name="evolutionGraph" graphId="VisitsSummarygetEvolutionGraph"></a>
-
-<h2>{{ 'Referers_Evolution'|translate }}</h2>
+<h2 data-graph-id="VisitsSummarygetEvolutionGraph">{{ 'Referers_Evolution'|translate }}</h2>
{{ graphEvolutionVisitsSummary|raw }}