summaryrefslogtreecommitdiffstats
path: root/admin/templates/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/templates/apps.php')
-rw-r--r--admin/templates/apps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/templates/apps.php b/admin/templates/apps.php
index c3f4fdfcc19..2f584775815 100644
--- a/admin/templates/apps.php
+++ b/admin/templates/apps.php
@@ -18,9 +18,9 @@
<tbody>
<?php foreach($_["apps"] as $app): ?>
<tr>
- <td class="filename"><?php if($app["preview"] <> "") { echo('<a href=""><img border="0" src="'.$app["preview"].'" /></a>'); } ?> </a></td>
+ <td width="1"><?php if($app["preview"] <> "") { echo('<a href=""><img border="0" src="'.$app["preview"].'" /></a>'); } ?> </a></td>
<td class="filename"><a href="" title=""><?php echo $app["name"]; ?></a></td>
- <td class="date"><?php echo date($app["changed"]); ?></td>
+ <td class="date"><?php echo OC_UTIL::formatdate($app["changed"]); ?></td>
<td class="fileaction"><a href="" title=""><img src="images/drop-arrow.png" alt="+" /></a></td>
</tr>
<?php endforeach; ?>