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/ExampleUI/Controller.php')
-rw-r--r--plugins/ExampleUI/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index a1066a6abe..3fe44d43ef 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -77,11 +77,11 @@ class Piwik_ExampleUI_Controller extends Piwik_Controller
echo "<h2>Simple tag cloud</h2>";
$this->echoSimpleTagClouds();
- echo "<br/><br/><h2>Advanced tag cloud: with logos and links</h2>
+ echo "<br /><br /><h2>Advanced tag cloud: with logos and links</h2>
<ul style='list-style-type:disc;margin-left:50px'>
<li>The logo size is proportional to the value returned by the API</li>
<li>The logo is linked to a specific URL</li>
- </ul><br/><br/>";
+ </ul><br /><br />";
$this->echoAdvancedTagClouds();
}
function echoSimpleTagClouds()