summaryrefslogtreecommitdiffstats
path: root/lib/template.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-01-14 20:30:28 +0100
committerBart Visscher <bartv@thisnet.nl>2013-01-16 18:09:16 +0100
commita8f963d9cf5b243cae497450af78c20cbc367b4b (patch)
treefd23acd48a702fe247e81c25e1f98a6f214a30ae /lib/template.php
parentcb0fd30458c29db7667582b7c182b4d530366634 (diff)
downloadnextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.tar.gz
nextcloud-server-a8f963d9cf5b243cae497450af78c20cbc367b4b.zip
Spaces to tabs
Diffstat (limited to 'lib/template.php')
-rw-r--r--lib/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.php b/lib/template.php
index f10a637346c..f7124ebc09c 100644
--- a/lib/template.php
+++ b/lib/template.php
@@ -103,7 +103,7 @@ function simple_file_size($bytes) {
}
function relative_modified_date($timestamp) {
- $l=OC_L10N::get('lib');
+ $l=OC_L10N::get('lib');
$timediff = time() - $timestamp;
$diffminutes = round($timediff/60);
$diffhours = round($diffminutes/60);