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>2011-05-09 22:45:29 +0400
committerrobocoder <anthon.pang@gmail.com>2011-05-09 22:45:29 +0400
commitd4c693311ea441b1ffc8003db1de6821a96a8900 (patch)
treef69e14ca2e1eb045c5e6c27bfa75b8de55036782 /core/SmartyPlugins
parent65c85165e6097f0389e0a365715ec43ee1fd6acf (diff)
minor markup cleanup
git-svn-id: http://dev.piwik.org/svn/trunk@4665 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/SmartyPlugins')
-rw-r--r--core/SmartyPlugins/outputfilter.cachebuster.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SmartyPlugins/outputfilter.cachebuster.php b/core/SmartyPlugins/outputfilter.cachebuster.php
index 1aae88d347..a27ecf169b 100644
--- a/core/SmartyPlugins/outputfilter.cachebuster.php
+++ b/core/SmartyPlugins/outputfilter.cachebuster.php
@@ -48,7 +48,7 @@ function smarty_outputfilter_cachebuster($source, &$smarty)
'<script type="text/javascript" src="$1?'. $tag .'">',
'<script type="text/javascript" src="$1?'. $tag .'">',
'<link rel="stylesheet" type="text/css" href="$1?'. $tag .'" />',
- '$1="index.php?module=$2&action=$3&cb=',
+ '$1="index.php?module=$2&amp;action=$3&amp;cb=',
);
return preg_replace($pattern, $replace, $source);