diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 23:19:12 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-21 23:47:21 +0100 |
commit | 1a747b3e480a2b44969b1306a5d354e721781c81 (patch) | |
tree | f8ec031fd1d04525de2851ad0ecb27142ff98b5b /core/templates/update.php | |
parent | db8dbb9847da1a6f1146153414f8bd3bac4ca980 (diff) | |
download | nextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.tar.gz nextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.zip |
Style cleanup core dir
Diffstat (limited to 'core/templates/update.php')
-rw-r--r-- | core/templates/update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/templates/update.php b/core/templates/update.php index ae714dcfb92..685a5536d06 100644 --- a/core/templates/update.php +++ b/core/templates/update.php @@ -1,5 +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 echo $l->t('Updating ownCloud to version %s, this may take a while.', + array($_['version'])); ?><br /><br /> </li> </ul> |