From 7efe61a059579cd6644af8c60bc7241b752617f8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 27 Jan 2016 06:49:19 +0100 Subject: [PATCH] add line break between users being active on a workflow --- views/bootstrap/class.ViewDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index df93c9581..9318d9480 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -776,6 +776,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { echo implode(", ", $names); echo ") - "; echo $wkflog->getDate(); + echo "
"; } echo ""; }