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 'modules/API/Proxy.php')
-rwxr-xr-xmodules/API/Proxy.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/API/Proxy.php b/modules/API/Proxy.php
index d143fb8e22..dba274eccc 100755
--- a/modules/API/Proxy.php
+++ b/modules/API/Proxy.php
@@ -263,14 +263,14 @@ class Piwik_API_Proxy
XML of the <a target=_blank href='$exampleUrlRss1&format=xml'>last 10 days</a>";
}
$exampleUrl = $prefixUrls . $exampleUrl ;
- $str .= " [ Example in
+ $str .= " <span class=\"example\">[ Example in
<a target=_blank href='$exampleUrl&format=xml'>XML</a>,
<a target=_blank href='$exampleUrl&format=PHP&prettyDisplay=true'>PHP</a>,
<a target=_blank href='$exampleUrl&format=JSON'>Json</a>,
<a target=_blank href='$exampleUrl&format=Csv'>Csv</a>,
<a target=_blank href='$exampleUrl&format=Html'>Basic html</a>
$lastNUrls
- ]";
+ ]</span>";
}
else
{