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:
authorrobocoder <anthon.pang@gmail.com>2010-03-21 20:42:23 +0300
committerrobocoder <anthon.pang@gmail.com>2010-03-21 20:42:23 +0300
commit2ae37ee86115079a3188b27eb6117b673cc58aa8 (patch)
treea2f6d48e190ad09beae142c7b456de8e41befb37 /plugins/ExampleUI
parent0f601517e301e16a29d2863a94d1d42b7d9eb9ac (diff)
clean-up XHTML self-closing tags in preparation for validation; note: I skipped plugins/Live as there's a large patch to merge
git-svn-id: http://dev.piwik.org/svn/trunk@1968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleUI')
-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()