diff --git a/module/doc/view/index.html.php b/module/doc/view/index.html.php
index 5c497bf2cf..6c2c5876c0 100644
--- a/module/doc/view/index.html.php
+++ b/module/doc/view/index.html.php
@@ -37,7 +37,7 @@
id}");?>">
- | title;?> |
+ title;?> |
fileSize ? $doc->fileSize : '-';?> |
addedBy);?> |
editedDate == '0000-00-00 00:00:00' ? formatTime($doc->addedDate, 'Y-m-d') : formatTime($doc->editedDate, 'Y-m-d');?> |
@@ -172,7 +172,7 @@
id}");?>">
- | title;?> |
+ title;?> |
addedBy);?> |
editedDate) ? formatTime($doc->editedDate, 'Y-m-d') : formatTime($doc->addedDate, 'y-m-d');?> |