summaryrefslogtreecommitdiffstats
path: root/core/templates/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/update.php')
-rw-r--r--core/templates/update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/update.php b/core/templates/update.php
index 685a5536d06..a652d5f195a 100644
--- a/core/templates/update.php
+++ b/core/templates/update.php
@@ -1,6 +1,6 @@
<ul>
<li class='update'>
- <?php echo $l->t('Updating ownCloud to version %s, this may take a while.',
- array($_['version'])); ?><br /><br />
+ <?php p($l->t('Updating ownCloud to version %s, this may take a while.',
+ array($_['version']))); ?><br /><br />
</li>
</ul>