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 'core/Twig.php')
-rw-r--r--core/Twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index 3155f5b0d8..8ec3fa5bee 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -30,7 +30,7 @@ class Twig
{
const SPARKLINE_TEMPLATE = '<img alt="" data-src="%s" width="%d" height="%d" />
<script type="text/javascript">$(function() { piwik.initSparklines(); });</script>';
-
+
/**
* @var Twig_Environment
*/