Skip to content

Commit b7e23ad

Browse files
authored
Remove unused bulk properties classes
Original PR: LabKey/platform#6478
1 parent 28088b9 commit b7e23ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

study/src/org/labkey/study/view/studydesign/immunizationScheduleWebpart.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
%>
154154
<td class="cell-display " data-index="<%=h(visit.getLabel())%>">
155155
<%=h(treatment != null ? treatment.getLabel() : "")%>
156-
<%=(productHover.length() > 0 ? helpPopup("Treatment Products", productHover, true, 500) : HtmlString.EMPTY_STRING)%>
156+
<%=(!productHover.isEmpty() ? helpPopup("Treatment Products", HtmlString.unsafe(productHover), 500) : HtmlString.EMPTY_STRING)%>
157157
</td>
158158
<%
159159
}

0 commit comments

Comments
 (0)