From f3f1f1bc22d5137f848896fb64053131a0db4f20 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 12 Apr 2010 19:18:25 +0000 Subject: [PATCH] NIHVIVO-362 Merge from rel-1.0-maint branch: Fixed comma issues in position history custom short view that were observed while investigating this bug. --- productMods/templates/entity/positionShortView.jsp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/productMods/templates/entity/positionShortView.jsp b/productMods/templates/entity/positionShortView.jsp index 019d8574..26d75d99 100644 --- a/productMods/templates/entity/positionShortView.jsp +++ b/productMods/templates/entity/positionShortView.jsp @@ -64,13 +64,18 @@ + <%-- Hack to control extra spaces...should be done differently though. --%> + + + + - ">${objName} ${objLabel} ${timeSpan} + ">${objName}${objLabel}${timeSpan} - ${objName} ${objLabel} ${timeSpan} + ${objName}${objLabel}${timeSpan}