From 4e9e558ff145d63cfcef3d7306dca9224650b48b Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Wed, 2 Sep 2020 16:40:47 +0800 Subject: [PATCH] * Fix bug#3410. --- module/doc/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/view/browse.html.php b/module/doc/view/browse.html.php index 16f0bda852..fdf92203bb 100644 --- a/module/doc/view/browse.html.php +++ b/module/doc/view/browse.html.php @@ -158,7 +158,7 @@ var browseType = ''; collector, ',' . $this->app->user->account . ',') !== false ? 'icon-star text-yellow' : 'icon-star-empty';?> collector, ',' . $this->app->user->account . ',') !== false ? $lang->doc->cancelCollection : $lang->doc->collect;?> - id"), "  " . $doc->title);?> + id"), "  " . $doc->title, '', "title=$doc->title");?> fileSize ? $doc->fileSize : '-';?> addedBy);?> addedDate, 'y-m-d');?>