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 'plugins/Installation/templates/firstWebsiteSetup.tpl')
-rw-r--r--plugins/Installation/templates/firstWebsiteSetup.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Installation/templates/firstWebsiteSetup.tpl b/plugins/Installation/templates/firstWebsiteSetup.tpl
index 2e97223be7..f8d19f70af 100644
--- a/plugins/Installation/templates/firstWebsiteSetup.tpl
+++ b/plugins/Installation/templates/firstWebsiteSetup.tpl
@@ -3,7 +3,7 @@
{if isset($displayGeneralSetupSuccess)}
<span id="toFade" class="success">
{'Installation_GeneralSetupSuccess'|translate}
- <img src="themes/default/images/success_medium.png">
+ <img src="themes/default/images/success_medium.png" />
</span>
{/if}
@@ -11,7 +11,7 @@
{if isset($errorMessage)}
<div class="error">
- <img src="themes/default/images/error_medium.png">
+ <img src="themes/default/images/error_medium.png" />
{'Installation_SetupWebsiteError'|translate}:
<br />- {$errorMessage}