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:
authormattab <matthieu.aubry@gmail.com>2013-11-22 11:23:19 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 11:23:19 +0400
commit6c753c5d8358009e07146d4bc77e49ef082f6dce (patch)
treeee3db73c40f474a3f16e933ef2edd17a5b33be97 /core/Theme.php
parentadd4e4af16f9e1c3f8c580c8f97201f7f59fbd01 (diff)
Adding new screenshot test case: Themes admin page2.0-b9
Diffstat (limited to 'core/Theme.php')
-rw-r--r--core/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Theme.php b/core/Theme.php
index 76fdd57303..3ae44431de 100644
--- a/core/Theme.php
+++ b/core/Theme.php
@@ -59,7 +59,7 @@ class Theme
'~(src|href)=[\'"]([^\'"]+)[\'"]~',
// rewrite images in CSS files, i.e. url(plugins/Morpheus/overrides/themes/default/images/help.png);
- '~(url\()[\'"]([^\)]?[themes|plugins]+[^\)]+[.jpg|png|gif|svg]?)[\'"][\)]~',
+ '~(url\()[\'"]([^\)]?[plugins]+[^\)]+[.jpg|png|gif|svg]?)[\'"][\)]~',
// rewrites images in JS files
'~(=)[\s]?[\'"]([^\'"]+[.jpg|.png|.gif|svg]?)[\'"]~',