From 176587c8310752976fb5d908f5328bbf16088da4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 6 Sep 2016 08:22:47 +0200 Subject: [PATCH] fix link to document view --- views/bootstrap/class.MyDocuments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 35e162c25..2be8f7014 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -629,7 +629,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style { print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; } print ""; - print "" . htmlspecialchars($res["name"]) . "\n"; + print "" . htmlspecialchars($res["name"]) . "\n"; print "".getOverallStatusText($res["status"]).""; print "".$res["version"].""; print "".$res["statusDate"]." ".htmlspecialchars($res["statusName"])."";