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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 08:31:42 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 08:50:17 +0300
commitf65932e51d3a264db21563a21d8f4941ed26aa9b (patch)
tree975a1221aca5a3807b15035a20c4e0e64e308664 /core/Piwik.php
parent7c06332e4a866f99afc58b78ca27ed6d1a050402 (diff)
Fix phpstorm error
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index fdb38ed753..fa2392a14b 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -81,7 +81,7 @@ class Piwik
$output = "<style>a{color:red;}</style>\n" .
"<div style='color:red;font-family:Georgia;font-size:120%'>" .
- "<p><img src='plugins/Morpheus/images/error_medium.png' style='vertical-align:middle; float:left;padding:20 20 20 20' />" .
+ "<p><img src='plugins/Morpheus/images/error_medium.png' style='vertical-align:middle; float:left;padding:20px' />" .
$message .
"</p></div>";
print($output);