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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /plugins/API
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/API.php3
-rw-r--r--plugins/API/templates/listAllAPI.twig1
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 9ce0742a25..91ab8e4d19 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -223,7 +223,6 @@ class API extends \Piwik\Plugin\API
return $compare;
}
-
/**
* Returns the url to application logo (~280x110px)
*
@@ -261,7 +260,6 @@ class API extends \Piwik\Plugin\API
return $logo->getSVGLogoUrl($pathOnly);
}
-
/**
* Returns whether there is an SVG Logo available.
* @ignore
@@ -273,7 +271,6 @@ class API extends \Piwik\Plugin\API
return $logo->hasSVGLogo();
}
-
/**
* Loads reports metadata, then return the requested one,
* matching optional API parameters.
diff --git a/plugins/API/templates/listAllAPI.twig b/plugins/API/templates/listAllAPI.twig
index 23d1bf9af9..e4cf96174c 100644
--- a/plugins/API/templates/listAllAPI.twig
+++ b/plugins/API/templates/listAllAPI.twig
@@ -15,7 +15,6 @@
<p>{{ 'API_PluginDescription'|translate }}</p>
-
<p>
<strong>{{ 'API_MoreInformation'|translate("<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api'>","</a>","<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/analytics-api/reference'>","</a>")|raw }}</strong>
</p>