diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index f9cf39d1e..fbcfe6e91 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1031,8 +1031,8 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { if (strlen($comment) > 150) $comment = substr($comment, 0, 147) . "..."; print "getID()."\" class=\"folder\" ondragover=\"allowDrop(event)\" ondrop=\"onDrop(event)\">"; // print ""; - print "getID()."\" draggable=\"true\" ondragstart=\"onDragStartFolder(event);\" href=\"out.ViewFolder.php?folderid=".$folder->getID()."&showtree=".$showtree."\">imgpath."folder.png\" width=\"24\" height=\"24\" border=0>\n"; - print "getID()."&showtree=".$showtree."\">" . htmlspecialchars($folder->getName()) . ""; + print "getID()."\" draggable=\"true\" ondragstart=\"onDragStartFolder(event);\" href=\"out.ViewFolder.php?folderid=".$folder->getID()."&showtree=".showtree()."\">imgpath."folder.png\" width=\"24\" height=\"24\" border=0>\n"; + print "getID()."&showtree=".showtree()."\">" . htmlspecialchars($folder->getName()) . ""; if($comment) { print "
".htmlspecialchars($comment).""; } @@ -1069,7 +1069,7 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { } else print "getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\">"; - print "" . htmlspecialchars($document->getName()) . ""; + print "" . htmlspecialchars($document->getName()) . ""; if($comment) { print "
".htmlspecialchars($comment).""; }