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:
Diffstat (limited to 'plugins/ImageGraph/templates/index.tpl')
-rw-r--r--plugins/ImageGraph/templates/index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ImageGraph/templates/index.tpl b/plugins/ImageGraph/templates/index.tpl
index f292e8271a..8dae3a1901 100644
--- a/plugins/ImageGraph/templates/index.tpl
+++ b/plugins/ImageGraph/templates/index.tpl
@@ -1,4 +1,4 @@
{foreach from=$titleAndUrls item=plot}
- <h2>{$plot.0|escape}</h2>
- <a href='{$plot.1}'><img border=0 src="{$plot.1}"></a>
+ <h2>{$plot.0|escape}</h2>
+ <a href='{$plot.1}'><img border=0 src="{$plot.1}"></a>
{/foreach} \ No newline at end of file