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-03-03 14:51:09 +0400
committermattab <matthieu.aubry@gmail.com>2013-03-03 14:51:09 +0400
commit5d2a8cbac0fd131a23221fd398c93215514e0c39 (patch)
tree48faefef83310c6e418211064bb6e62be8faa5b9
parent9b9acb98efd8c65554a87ced0eb713caf235061e (diff)
Fixing wrong encoding on update screen1.11-b5
-rw-r--r--plugins/CoreUpdater/templates/update_one_click_results.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/templates/update_one_click_results.tpl b/plugins/CoreUpdater/templates/update_one_click_results.tpl
index 50bd0e4160..db463db066 100644
--- a/plugins/CoreUpdater/templates/update_one_click_results.tpl
+++ b/plugins/CoreUpdater/templates/update_one_click_results.tpl
@@ -2,12 +2,12 @@
<br/>
{foreach from=$feedbackMessages item=message}
- <p>{$message}</p>
+ <p>{$message|escape:'html'}</p>
{/foreach}
{if $coreError}
<br /><br />
- <div class="error"><img src="themes/default/images/error_medium.png" /> {$coreError}</div>
+ <div class="error"><img src="themes/default/images/error_medium.png" /> {$coreError|escape:'html'}</div>
<br /><br />
<div class="warning"><img src="themes/default/images/warning_medium.png" /> {'CoreUpdater_UpdateHasBeenCancelledExplanation'|translate:"<br /><br />":"<a target='_blank' href='?module=Proxy&action=redirect&url=http://piwik.org/docs/update/'>":"</a>"}</div>
<br /><br />