summaryrefslogtreecommitdiffstats
path: root/core/templates/update.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-27 22:55:39 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-02-27 22:55:39 +0100
commit229c907a57a4a64730e7b58f59cb8f7f627bfaf3 (patch)
tree560c7cdae8b7a43898832b0989b7fb3b780501a8 /core/templates/update.php
parent40e51d13d2fd028fa13902b12814532d1de15f5a (diff)
downloadnextcloud-server-229c907a57a4a64730e7b58f59cb8f7f627bfaf3.tar.gz
nextcloud-server-229c907a57a4a64730e7b58f59cb8f7f627bfaf3.zip
[core] From echo to p
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>